Skip test_dashboard_basic_ops tests

With [1] tempest horizon tests moved to tempest
repo and the dashboard tests are failing, until
those are cleared let's skip those.

Tempest is branchless and is updated to 26.1.0 in RDO till
Train[2] which include horizon tests, so need to checrry pick
this too Train.

[1] https://review.opendev.org/771727
[2] https://review.rdoproject.org/r/c/rdoinfo/+/33420

Change-Id: Ib167ace3235bd0f01ffb927e87b939657d373dac
(cherry picked from commit a02358974e)
(cherry picked from commit 228d808585)
This commit is contained in:
yatinkarel 2021-05-12 12:54:39 +05:30 committed by yatin
parent 1c1b49f979
commit f14f8b3b07
1 changed files with 2 additions and 1 deletions

View File

@ -44,4 +44,5 @@ $SUDO packstack ${ADDITIONAL_ARGS} \
--provision-demo=y \ --provision-demo=y \
--provision-tempest=y \ --provision-tempest=y \
--run-tempest=y \ --run-tempest=y \
--run-tempest-tests="smoke dashboard" || export FAILURE=true --run-tempest-tests="smoke dashboard" \
--skip-tempest-tests="test_dashboard_basic_ops" || export FAILURE=true