summaryrefslogtreecommitdiff
path: root/tempest/scenario/test_dashboard_basic_ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/scenario/test_dashboard_basic_ops.py')
-rw-r--r--tempest/scenario/test_dashboard_basic_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest/scenario/test_dashboard_basic_ops.py b/tempest/scenario/test_dashboard_basic_ops.py
index dd7376a9f..5aec01f25 100644
--- a/tempest/scenario/test_dashboard_basic_ops.py
+++ b/tempest/scenario/test_dashboard_basic_ops.py
@@ -96,7 +96,7 @@ class TestDashboardBasicOps(manager.ScenarioTest):
@test.idempotent_id('4f8851b1-0e69-482b-b63b-84c6e76f6c80')
@test.services('dashboard')
def test_basic_scenario(self):
- creds = self.credentials()
+ creds = self.os.credentials
self.check_login_page()
self.user_login(creds.username, creds.password)
self.check_home_page()