X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fhoneycomb%2FHcPersistence.py;fp=resources%2Flibraries%2Fpython%2Fhoneycomb%2FHcPersistence.py;h=4d192525d8dd7e70cb7fac615a00013410bb2299;hp=adb55f5477f7625d5e64fe41e897d904d2b6e11a;hb=cccb893cb175ad29c192abd5e406f6a2bfea18db;hpb=345cd09bbbe57514f59d686a0338b672a786eba3 diff --git a/resources/libraries/python/honeycomb/HcPersistence.py b/resources/libraries/python/honeycomb/HcPersistence.py index adb55f5477..4d192525d8 100644 --- a/resources/libraries/python/honeycomb/HcPersistence.py +++ b/resources/libraries/python/honeycomb/HcPersistence.py @@ -40,8 +40,7 @@ class HcPersistence(object): :type nodes: list :raises HoneycombError: If persisted configuration could not be removed. """ - cmd = "rm {0}/etc/opendaylight/honeycomb/*".format( - Const.REMOTE_HC_DIR) + cmd = "rm {0}/data/persistence/honeycomb/*".format(Const.REMOTE_HC_DIR) for node in nodes: if node['type'] == NodeType.DUT: ssh = SSH()