Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #715 failed

Job: Onepanel failed

Test results

  • 6 tests in total
  • 2 tests failed
  • 1 failure is new
  • 3 tests were quarantined / skipped
  • 15 minutes taken in total.

Build 715 has the following 2 errors: 1 new failure(s) occurred since the previous build.

New test failures 1
Status Test Duration
Collapse Failed test_onepanel_basic test_user_deregisters_provider_and_registers_it_again[1oz_1op_1oc-web GUI-REST]
1 min
tests.utils.http_exceptions.HTTPServiceUnavailable: [503] Service Unavailable: {"error":{"id":"unregisteredOneprovider","description":"This Oneprovider is not registered."}}
zone_hostname = 'dev-onezone.default.svc.cluster.local'
onepanel_credentials = <tests.utils.user_utils.AdminUser object at 0x7fd54c668c50>
owner_credentials = <tests.utils.user_utils.User object at 0x7fd54c668eb8>
space_id = '1736f4d0854f6a142d2ef02d1cbe1f3bch07e7'
storages_db = {'dev-oneprovider-krakow': {}}
hosts = {'oneclient-1': {'container-id': 'bdaf438a5f733c1c6e6cbc56ea637e319c87e3b5c67d188c690251cfb8fd2049', 'ip': '172.17.0.6...7e5a8bcdb86eec6', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.2', 'name': 'dev-onezone', ...}}
providers = [{'oneprovider-1': {'size': 1000000, 'storage': 'posix'}}]
(81 more lines...)
Existing test failures 1
Status Test Failing since Duration
ImportError: cannot import name 'DefaultSpace'
request = <FixtureRequest for <Function 'test_support_space[1oz_1op_1oc-web GUI-REST-REST]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
(23 more lines...)