Merge "Run octane fuel-restore in silent mode"

This commit is contained in:
Jenkins 2016-07-06 10:07:59 +00:00 committed by Gerrit Code Review
commit 4b4c0f05e0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class DataDrivenUpgradeBase(TestBasic):
OCTANE_COMMANDS = {
'backup': 'octane -v --debug fuel-backup --to {path}',
'repo-backup': 'octane -v --debug fuel-repo-backup --to {path} --full',
'restore': 'octane -v --debug fuel-restore --from {path} '
'restore': 'octane -q fuel-restore --from {path} '
'--admin-password {pwd}',
'repo-restore': 'octane -v --debug fuel-repo-restore --from {path}'
}