Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa/tasks/mgr/dashboard: Fix login expires too soon #21021

Merged
merged 1 commit into from Mar 23, 2018

Conversation

sebastian-philipp
Copy link
Contributor

@sebastian-philipp sebastian-philipp commented Mar 23, 2018

Change set-session-expire back to original value running test_session_expire.

This fixes:

======================================================================
FAIL: test_create (tasks.mgr.dashboard.test_rbd.RbdTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/sebastian/Repos/ceph/qa/tasks/mgr/dashboard/helper.py", line 23, in decorate
    return func(self, *args, **kwargs)
  File "/home/sebastian/Repos/ceph/qa/tasks/mgr/dashboard/test_rbd.py", line 58, in test_create
    self.assertStatus(200)
  File "/home/sebastian/Repos/ceph/qa/tasks/mgr/dashboard/helper.py", line 119, in assertStatus
    self.assertEqual(self._resp.status_code, status)
AssertionError: 401 != 200

Relates to #20865

Signed-off-by: Sebastian Wagner sebastian.wagner@suse.com

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Copy link
Contributor

@rjfd rjfd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants