Skip to content

Commit

Permalink
feat(tests): add floorist iqe plugin test
Browse files Browse the repository at this point in the history
Adds second IQE CJI run that tests the floorplan with the Floorist IQE plugin.

RHINENG-12132
  • Loading branch information
prichard77 authored Sep 26, 2024
1 parent abe30be commit 4d25d53
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .rhcicd/pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,16 @@ source $CICD_ROOT/deploy_ephemeral_env.sh
# Run smoke tests with ClowdJobInvocation
source $CICD_ROOT/cji_smoke_test.sh

# Until test results produce a junit XML file, create a dummy result file so Jenkins will pass
mkdir -p $WORKSPACE/artifacts
cat << EOF > ${WORKSPACE}/artifacts/junit-dummy.xml
<testsuite tests="1">
<testcase classname="dummy" name="dummytest"/>
</testsuite>
EOF

# Update IQE plugin config to run floorist plugin tests.
export COMPONENT_NAME="policies-ui-backend"
export IQE_CJI_NAME="floorist"
# Pass in FLOORPLANS_2_TEST.
export IQE_ENV_VARS="FLOORPLANS_TO_TEST=policies-backend-hms"
export IQE_PLUGINS="floorist"
export IQE_MARKER_EXPRESSION="floorist_smoke"
export IQE_IMAGE_TAG="floorist"

# Run smoke tests with ClowdJobInvocation
source $CICD_ROOT/cji_smoke_test.sh

0 comments on commit 4d25d53

Please sign in to comment.