]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits: fix test_dashboard_e2e.sh: no spec files found 51955/head
authorNizamudeen A <nia@redhat.com>
Wed, 7 Jun 2023 08:34:33 +0000 (14:04 +0530)
committerNizamudeen A <nia@redhat.com>
Wed, 7 Jun 2023 08:34:33 +0000 (14:04 +0530)
Fixes: https://tracker.ceph.com/issues/61578
Signed-off-by: Nizamudeen A <nia@redhat.com>
qa/workunits/cephadm/test_dashboard_e2e.sh

index e2e5dbf2ff27875527469112abbcda8a6cbb90a3..553dcfd4e6bf0a64a98c9e5f20a8205c0ad91032 100755 (executable)
@@ -96,12 +96,12 @@ ceph dashboard ac-user-set-password admin -i "${DASHBOARD_ADMIN_SECRET_FILE}" --
 # See /ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/orchestrator/ folder.
 find cypress # List all specs
 
-cypress_run "orchestrator/01-hosts.e2e-spec.ts"
+cypress_run "cypress/e2e/orchestrator/01-hosts.e2e-spec.ts"
 
 # Hosts are removed and added in the previous step. Do a refresh again.
 ceph orch device ls --refresh
 sleep 10
 ceph orch device ls --format=json | tee cypress/fixtures/orchestrator/inventory.json
 
-cypress_run "orchestrator/03-inventory.e2e-spec.ts"
-cypress_run "orchestrator/04-osds.e2e-spec.ts" 300000
+cypress_run "cypress/e2e/orchestrator/03-inventory.e2e-spec.ts"
+cypress_run "cypress/e2e/orchestrator/04-osds.e2e-spec.ts" 300000