diff --git a/Makefile b/Makefile index 49cadec..367bf13 100755 --- a/Makefile +++ b/Makefile @@ -81,10 +81,10 @@ oc-cluster-down: oc-cluster-ssh: oc-cluster-up ssh $(VAGRANT_SSH_CONFIG) localhost -test-deploy: # to be run inside VM where the oc cluster && tmt is running! Call make tmt-vagrant-tests instead from outside the vagrant machine. # SHARED_DIR could be /vagrant or /home/tmt/deployment, it depends on the VM where tmt is being run # look inside deployment.fmf to find out the value of SHARED_DIR +test-deploy: DEPLOYMENT=dev $(AP) playbooks/generate-local-secrets.yml DEPLOYMENT=dev $(AP) -e '{"user": $(USER), "src_dir": $(SHARED_DIR)}' playbooks/test_deploy_setup.yml cd $(SHARED_DIR); DEPLOYMENT=dev $(AP) -e '{"container_engine": "podman", "registry": "default-route-openshift-image-registry.apps-crc.testing", "registry_user": "kubeadmin", "user": $(USER), "src_dir": $(SHARED_DIR)}' playbooks/test_deploy.yml