Collapse |
Failed
|
test_onepanel_login
test_user_fails_to_login_because_of_invalid_credentials
|
17 secs |
WebDriverException: Message: unknown error: $ is not defined (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb),platform=Linux 4.4.111-0404111-generic x86_64)
request = <FixtureRequest for <Function 'test_user_fails_to_login_because_of_invalid_credentials'>>
from tests.gui.steps.oneprovider.groups import *
> from tests.gui.steps.oneprovider.spaces import *
tests/gui/scenarios/test_onepanel_login.py:45:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(177 more lines...)
|
Collapse |
Failed
|
test_onepanel_login
test_user_successfully_changes_password
|
5 mins |
ConnectionError: HTTPSConnectionPool(host='dev-onezone.default.svc.cluster.local', port=443): Max retries exceeded with url: /api/v3/onezone/user (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fb548ed75d0>: Failed to establish a new connection: [Errno -2] Name or service not known',))
request = <FixtureRequest for <Function 'test_user_successfully_changes_password'>>
from tests.gui.steps.oneprovider.data_tab import *
> from tests.gui.steps.oneprovider.file_browser import *
tests/gui/scenarios/test_onepanel_login.py:41:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(177 more lines...)
|
Collapse |
Failed
|
test_onepanel_login
test_user_successfully_login_to_zone_panel
|
18 secs |
WebDriverException: Message: unknown error: $ is not defined (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb),platform=Linux 4.4.111-0404111-generic x86_64)
request = <FixtureRequest for <Function 'test_user_successfully_login_to_zone_panel'>>
from tests.gui.steps.oneprovider.data_tab import *
> from tests.gui.steps.oneprovider.file_browser import *
tests/gui/scenarios/test_onepanel_login.py:41:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(201 more lines...)
|
Collapse |
Failed
|
test_onepanel_login
test_user_successfully_logout
|
18 secs |
WebDriverException: Message: unknown error: $ is not defined (Session info: chrome=66.0.3359.181) (Driver info: chromedriver=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb),platform=Linux 4.4.111-0404111-generic x86_64)
request = <FixtureRequest for <Function 'test_user_successfully_logout'>>
> ???
tests/gui/scenarios/test_onepanel_login.py:49:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(200 more lines...)
|