GUI acceptance tests using environment deployed from packages.

Build: #1484 failed

Job: Multiprovider QoS failed

Test results

  • 21 tests in total
  • 2 tests failed
  • 2 failures are new
  • 1 test was quarantined / skipped
  • 40 minutes taken in total.

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

New test failures 2
Status Test Duration
Collapse Failed test_multiprovider_qos test_file_is_replicated_after_migration_from_one_storage_with_qos_requirement[1oz_2op_deployed]
3 mins
RuntimeError: no  item found in Oneprovider page
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="52e90ebbffe405130cc65ba64c086ade")>
css_sel = '.content-file-browser'
err_msg = 'no  item found in Oneprovider page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(289 more lines...)
Collapse Failed test_multiprovider_qos test_user_successfully_adds_anystorage__storageid_qos_requirement[1oz_2op_deployed]
2 mins
selenium.common.exceptions.TimeoutException: Message: timeout   (Session info: chrome=78.0.3904.70)
request = <FixtureRequest for <Function 'test_user_successfully_adds_anystorage__storageid_qos_requirement[1oz_2op_deployed]'>>

    @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: 
(186 more lines...)