HC Test: update HC config file locations 97/7697/3
authorselias <samelias@cisco.com>
Fri, 21 Jul 2017 08:12:10 +0000 (10:12 +0200)
committerSamuel Eliáš <samelias@cisco.com>
Fri, 21 Jul 2017 08:46:25 +0000 (08:46 +0000)
Config location changed in:
https://gerrit.fd.io/r/#/c/7345/
https://gerrit.fd.io/r/#/c/7411/

Change-Id: I6eac14581f5cc4b23885e38753612962f7b807c7
Signed-off-by: selias <samelias@cisco.com>
resources/libraries/python/honeycomb/HoneycombSetup.py
resources/libraries/python/honeycomb/Performance.py
tests/vpp/func/honeycomb/mgmt-cfg-nsh-apihc-apivat-func.robot

index 4c438ff..32992c0 100644 (file)
@@ -255,7 +255,7 @@ class HoneycombSetup(object):
             replace = '\\"restconf-binding-address\\": \\"0.0.0.0\\",'
 
         argument = '"/{0}/c\\ {1}"'.format(find, replace)
-        path = "{0}/config/honeycomb.json".format(Const.REMOTE_HC_DIR)
+        path = "{0}/config/restconf.json".format(Const.REMOTE_HC_DIR)
         command = "sed -i {0} {1}".format(argument, path)
 
         ssh = SSH()
index 1c6b0bc..8fbbbf6 100644 (file)
@@ -40,7 +40,7 @@ class Performance(object):
         replace = '\\"netconf-netty-threads\\": {0},'.format(threads)
 
         argument = '"/{0}/c\\ {1}"'.format(find, replace)
-        path = "{0}/config/honeycomb.json".format(Const.REMOTE_HC_DIR)
+        path = "{0}/config/netconf.json".format(Const.REMOTE_HC_DIR)
         command = "sed -i {0} {1}".format(argument, path)
 
         ssh = SSH()
index b504894..1a7ea27 100644 (file)
@@ -32,7 +32,7 @@
 | ... | Tear Down Honeycomb Functional Test Suite | ${node} | AND
 | ... | Disable Honeycomb Feature | ${node} | NSH
 | ...
-| Force Tags | honeycomb_sanity | honeycomb_odl
+| Force Tags | HC_FUNC
 
 *** Test Cases ***
 | TC01: Honeycomb can configure NSH entry