# Running tests ## Prerequisites * Openshift clusters with multicloud-gitops pattern installed * factory cluster is managed via rhacm * kubeconfig files for Openshift clusters * oc client installed at ~/oc_client/oc ## Steps * create python3 venv, clone multicloud-gitops repository * export KUBECONFIG=\ * export KUBECONFIG_EDGE=\ * export INFRA_PROVIDER=\ * (optional) export WORKSPACE=\ (defaults to /tmp) * cd multicloud-gitops/tests/interop * pip install -r requirements.txt * ./run_tests.sh ## Results * results .xml files will be placed at $WORKSPACE * test logs will be placed at $WORKSPACE/.results/test_execution_logs/ * CI badge file will be placed at $WORKSPACE