Skip to content

Commit

Permalink
Set UUID in test (#225)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <rsevilla@redhat.com>
  • Loading branch information
rsevilla87 committed Dec 5, 2022
1 parent 96a3630 commit 9cb456e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-ocp.sh
Expand Up @@ -19,5 +19,5 @@ echo "Running cluster-density wrapper"
kube-burner ocp cluster-density --iterations=3 --churn-duration=5m ${COMMON_FLAGS}
# Disable gc and avoid metric indexing
echo "Running node-density-cni wrapper"
kube-burner ocp node-density-cni --pods-per-node=75 --gc=false
kube-burner ocp node-density-cni --pods-per-node=75 --gc=false --uuid=${UUID}
oc delete ns -l kube-burner-uuid=${UUID}

0 comments on commit 9cb456e

Please sign in to comment.