From: Nizamudeen A Date: Wed, 31 May 2023 05:39:25 +0000 (+0530) Subject: mgr/dashboard: fix test_dashboard_e2e.sh failure X-Git-Tag: v18.1.1~52^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cc56ade4b072cba0dd5ae98f950d1bbdbb4be9e4;p=ceph.git mgr/dashboard: fix test_dashboard_e2e.sh failure The qa e2e is failing because the script is not adapted with cypress 10. Fixes: https://tracker.ceph.com/issues/61519 Signed-off-by: Nizamudeen A (cherry picked from commit 7c5d92ad489637473d60e83fe064e2a2474fd192) --- diff --git a/qa/workunits/cephadm/test_dashboard_e2e.sh b/qa/workunits/cephadm/test_dashboard_e2e.sh index e2e5dbf2ff278..28e1b097a0e66 100755 --- a/qa/workunits/cephadm/test_dashboard_e2e.sh +++ b/qa/workunits/cephadm/test_dashboard_e2e.sh @@ -58,7 +58,7 @@ EOF cypress_run () { local specs="$1" local timeout="$2" - local override_config="ignoreTestFiles=*.po.ts,retries=0,testFiles=${specs}" + local override_config="excludeSpecPattern=*.po.ts,retries=0,specPattern=${specs}" if [ x"$timeout" != "x" ]; then override_config="${override_config},defaultCommandTimeout=${timeout}"