diff options
author | selias <samelias@cisco.com> | 2016-05-25 17:16:11 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-06-07 20:19:50 +0000 |
commit | ce469c1a7d56c2be639e5cecde961c4ef6354fb5 (patch) | |
tree | 617a03045adb8426c59ac2758d5075fb3096d054 /resources/libraries/python/constants.py | |
parent | 6000b2abc3d6b8bb8ff2941aacf005a04a33be60 (diff) |
Add Honeycomb persistence tests
JIRA: CSIT-121
- add honeycomb persistence test suite
- add keywords used by persistence tests
- add methods for working with Honeycomb persistence files
- make suite setup clear persisted data before Honeycomb startup
Change-Id: Ief61c12b730d58a456566c4683c0091e08a09b56
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/libraries/python/constants.py')
-rw-r--r-- | resources/libraries/python/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/constants.py b/resources/libraries/python/constants.py index b3a61da16a..a119bdbf01 100644 --- a/resources/libraries/python/constants.py +++ b/resources/libraries/python/constants.py @@ -26,7 +26,7 @@ class Constants(object): VAT_BIN_NAME = 'vpp_api_test' # Honeycomb directory location at topology nodes: - REMOTE_HC_DIR = '/opt/honeycomb/v3po-karaf-1.0.0-SNAPSHOT/bin' + REMOTE_HC_DIR = '/opt/honeycomb/v3po-karaf-1.0.0-SNAPSHOT' # Honeycomb templates location RESOURCES_TPL_HC = 'resources/templates/honeycomb' |