diff options
author | selias <samelias@cisco.com> | 2016-10-04 14:41:16 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-11-08 09:19:27 +0000 |
commit | 839c9c1a64524fe236ff435e6fbd3fe29eb97603 (patch) | |
tree | 8437e2ff63ba710f688587e8c8afa1a3226757a3 /resources/libraries/python/honeycomb/HoneycombSetup.py | |
parent | 440370de3fc66d5bb9754a55fa78ccce8c598f5d (diff) |
CSIT-423: HC Test: delete VxLAN interface
Modify VxLAN test cases to account for changes in Honeycomb.
Change-Id: If2db55548b5472350d128bdfbb5bdd5289e1deef
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/libraries/python/honeycomb/HoneycombSetup.py')
-rw-r--r-- | resources/libraries/python/honeycomb/HoneycombSetup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/honeycomb/HoneycombSetup.py b/resources/libraries/python/honeycomb/HoneycombSetup.py index b8c47fac03..8a05ad7583 100644 --- a/resources/libraries/python/honeycomb/HoneycombSetup.py +++ b/resources/libraries/python/honeycomb/HoneycombSetup.py @@ -265,7 +265,7 @@ class HoneycombSetup(object): """ cmds = ("netstat -anp | grep java", - "ps -ef | grep karaf") + "ps -ef | grep [h]oneycomb") logger.info("Checking node {} ...".format(node['host'])) for cmd in cmds: |