commit | fe5dd4a997e53ae5a165f2a998538d1e46ae4ec9 | [log] [tgz] |
---|---|---|
author | Ivan Kolodyazhny <e0ne@e0ne.info> | Mon Jul 23 12:57:38 2018 +0300 |
committer | Ivan Kolodyazhny <ikolodyazhny@mirantis.com> | Mon Jul 23 12:38:36 2018 +0000 |
tree | 4f2171db400701d65c53e55ef8afc00f39d5152d | |
parent | eb73ea6b4cb01d1990fb7a2c0b9500eeb3bd9076 [diff] |
Add workaround to not fail on login test Change-Id: If77efcdae4e9686f0343c0268c5e3b99abee83c6 Related: PROD-19810 (cherry picked from commit 3b170946f836f3cef0b32b19fe6f7d09defd447b)
diff --git a/tempest_horizon/tests/scenario/test_dashboard_basic_ops.py b/tempest_horizon/tests/scenario/test_dashboard_basic_ops.py index d928a1e..faa6d37 100644 --- a/tempest_horizon/tests/scenario/test_dashboard_basic_ops.py +++ b/tempest_horizon/tests/scenario/test_dashboard_basic_ops.py
@@ -139,4 +139,7 @@ creds = self.os_primary.credentials self.check_login_page() self.user_login(creds.username, creds.password) + # FIXME(e0ne): It's a dirty hack to unblock CI until + # PROD-19810 will be fixed + self.user_login(creds.username, creds.password) self.check_home_page()