GUI acceptance tests using environment deployed from packages.

Build: #2434 failed

Job: Onezone basic failed

Stages & jobs

  1. Acceptance Test

Test results

  • 21 tests in total
  • 1 test failed
  • 6 tests were fixed
  • 17 minutes taken in total.

Build 2,434 has the following 1 errors:There were no new test failures since the previous build.

Existing test failures 1
Status Test Failing since Duration
tests.utils.http_exceptions.HTTPBadRequest: [400] Bad Request: {"error":{"id":"errorOnNodes","details":{"hostnames":["dev-onezone-0.dev-onezone.default.svc.cluster.local"],"error":{"id":"badValueUsername","description":"Bad value: Username must be 2-32 characters long and composed only of letters and digits. Dashes and underscores are allowed (but not at the beginning or the end)."}},"description":"Error on nodes dev-onezone-0.dev-onezone.default.svc.cluster.local: Bad value: Username must be 2-32 characters long and composed only of letters and digits. Dashes and underscores are allowed (but not at the beginning or the end)."}}
zone_hostname = 'dev-onezone.default.svc.cluster.local'
onepanel_credentials = <tests.utils.user_utils.AdminUser object at 0x7f1224a4fbb0>
admin_credentials = <tests.utils.user_utils.AdminUser object at 0x7f1224adeaf0>
username = '-', options = {}, rm_users = True

    def _create_user(zone_hostname, onepanel_credentials, admin_credentials,
                     username, options, rm_users):
(132 more lines...)