CSIT-423: HC Test: delete VxLAN interface
[csit.git] / resources / libraries / python / honeycomb / HoneycombSetup.py
index b8c47fa..8a05ad7 100644 (file)
@@ -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: