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

qa/workunits/cephadm/test_dashboard_e2e.sh

index 28e1b097a0e6604e7f7ff1e12ea1becaaced10ce..32e0bcc771d39457c235273e35731293ecd780b7 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