]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: add e2e tests for the Orchestrator components 36365/head
authorKiefer Chang <kiefer.chang@suse.com>
Tue, 28 Jul 2020 01:57:33 +0000 (09:57 +0800)
committerKiefer Chang <kiefer.chang@suse.com>
Mon, 31 Aug 2020 08:50:16 +0000 (16:50 +0800)
commit9c912d5449280e904ef126f0a74e151a25e781bd
treea2ee4d2c1a74420b10ec378f9b1986c01c18d536
parent8db888ea4210641b838d21631c25fa56752fe970
mgr/dashboard: add e2e tests for the Orchestrator components

Fixes: https://tracker.ceph.com/issues/44637
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
21 files changed:
qa/suites/rados/cephadm/dashboard/% [new file with mode: 0644]
qa/suites/rados/cephadm/dashboard/.qa [new symlink]
qa/suites/rados/cephadm/dashboard/distro/.qa [new symlink]
qa/suites/rados/cephadm/dashboard/distro/centos_latest.yaml [new symlink]
qa/suites/rados/cephadm/dashboard/task/test_e2e.yaml [new file with mode: 0644]
qa/workunits/cephadm/create_iscsi_disks.sh [new file with mode: 0755]
qa/workunits/cephadm/test_dashboard_e2e.sh [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/cypress.json
src/pybind/mgr/dashboard/frontend/cypress/fixtures/orchestrator/inventory.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/configuration.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/hosts.po.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/inventory.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/osds.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/osds.po.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/01-hosts.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/02-hosts-inventory.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/03-inventory.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/04-osds.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/integration/page-helper.po.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/ui/dashboard.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/ui/dashboard.po.ts