summaryrefslogtreecommitdiff
path: root/test_trove_upgrades.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_trove_upgrades.py')
-rw-r--r--test_trove_upgrades.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test_trove_upgrades.py b/test_trove_upgrades.py
index ab9b0a2..3f92f03 100644
--- a/test_trove_upgrades.py
+++ b/test_trove_upgrades.py
@@ -467,7 +467,8 @@ class TestUpgrades(BaseTestSuite):
def rollback_system_to_factory(self, instance, version_label):
try:
- instance.runcmd(['snapshot-mgr', 'set-default', version_label])
+ instance.runcmd(
+ ['system-version-manager', 'set-default', version_label])
instance.runcmd(['reboot'])
except cliapp.AppException:
# Bit of a hack because we get disconnect before the command