GUI acceptance tests using environment deployed from packages.

Build: #1539 failed

Job: Multiprovider QoS failed

Test results

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

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

New test failures 3
Status Test Duration
Collapse Failed test_multiprovider_qos test_a_qos_requirement_is_met_when_parameter_is_added_to_storage_after_defining_the_requirement[1oz_2op_deployed]
2 mins
RuntimeError: no  item found in Quality of Service modal
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="b63242246f990b26e8da671dd9be8d5c", element="19fcc35f-b899-44a2-af5b-75a843284078")>
css_sel = '.storages-matching-text'
err_msg = 'no  item found in Quality of Service modal'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(302 more lines...)
Collapse Failed test_multiprovider_qos test_user_sees_qos_requirement_met_after_a_new_support_is_added[1oz_2op_deployed]
1 min
RuntimeError: no  item found in Quality of Service modal
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="accf2a8485cfc2730372181490a7c0a3", element="594d1d58-d954-4c1e-8bc4-3388a9461c32")>
css_sel = '.storages-matching-number'
err_msg = 'no  item found in Quality of Service modal'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(302 more lines...)
Collapse Failed test_multiprovider_qos test_user_sees_that_there_is_no_qos_file_status_and_entries_after_deleting_qos_requirements_from_file[1oz_2op_deployed]
1 min
AssertionError: QoS tag for file1 in file browser visible, while should not be
request = <FixtureRequest for <Function 'test_user_sees_that_there_is_no_qos_file_status_and_entries_after_deleting_qos_requirements_from_file[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: 
(28 more lines...)