From: Nizamudeen A Date: Wed, 7 Jun 2023 08:34:33 +0000 (+0530) Subject: qa/workunits: fix test_dashboard_e2e.sh: no spec files found X-Git-Tag: v19.0.0~1058^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bec3140b20b817e8f8e7108541839cb7117e863a;p=ceph.git qa/workunits: fix test_dashboard_e2e.sh: no spec files found Fixes: https://tracker.ceph.com/issues/61578 Signed-off-by: Nizamudeen A --- diff --git a/qa/workunits/cephadm/test_dashboard_e2e.sh b/qa/workunits/cephadm/test_dashboard_e2e.sh index e2e5dbf2ff27..553dcfd4e6bf 100755 --- a/qa/workunits/cephadm/test_dashboard_e2e.sh +++ b/qa/workunits/cephadm/test_dashboard_e2e.sh @@ -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