diff --git a/fuelweb_test/tests/tests_upgrade/test_data_driven_upgrade_plugin.py b/fuelweb_test/tests/tests_upgrade/test_data_driven_upgrade_plugin.py index 961d7472e..d52619402 100644 --- a/fuelweb_test/tests/tests_upgrade/test_data_driven_upgrade_plugin.py +++ b/fuelweb_test/tests/tests_upgrade/test_data_driven_upgrade_plugin.py @@ -74,11 +74,8 @@ class UpgradePlugin(DataDrivenUpgradeBase): url=settings.EXAMPLE_V3_PLUGIN_REMOTE_URL, location=example_plugin_remote_name)) admin_remote.check_call( - "fuel --username={user} --password {password} " - "plugins --install {location} ".format( - location=example_plugin_remote_name, - user=settings.KEYSTONE_CREDS['username'], - password=settings.KEYSTONE_CREDS['password'])) + "fuel plugins --install {location} ".format( + location=example_plugin_remote_name)) self.show_step(2) self.show_step(3)