Update repo-backup procedure for upgrade tests

For deployment Kilo cluster using 8.0 fuel we should backup all
mirrors, not only added to already created cluster

Change-Id: Iba84d8082a136109042beab0d1844e2f5fb7cad8
This commit is contained in:
Vladimir Khlyunev 2016-05-24 10:45:11 +03:00
parent 89522c6507
commit dca4935402

View File

@ -32,7 +32,7 @@ from fuelweb_test.tests.base_test_case import TestBasic
class DataDrivenUpgradeBase(TestBasic):
OCTANE_COMMANDS = {
'backup': 'octane fuel-backup --to {path}',
'repo-backup': 'octane fuel-repo-backup --to {path}',
'repo-backup': 'octane fuel-repo-backup --to {path} --full',
'restore': 'octane fuel-restore --from {path} --admin-password {pwd}',
'repo-restore': 'octane fuel-repo-restore --from {path}',
'update-bootstrap-centos': 'octane update-bootstrap-centos'