You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Set the value of $OVN_KUTTL_NAMESPACE if you want to run the ovn
1604
1604
# kuttl tests in a namespace different than the default (ovn-kuttl-tests)
1605
1605
ovn_kuttl: input deploy_cleanup infra ovn ovn_deploy_prep ## runs kuttl tests for the ovn operator. Installs ovn operator and cleans up previous deployments before running the tests, add cleanup after running the tests.
1606
-
$(eval$(call vars,$@,infra))
1607
-
make wait
1606
+
make wait OPERATOR_NAME=infra
1608
1607
$(eval$(call vars,$@,ovn))
1609
1608
make wait
1610
1609
make ovn_kuttl_run
1611
1610
make deploy_cleanup
1612
1611
make ovn_cleanup
1613
-
$(eval$(call vars,$@,infra))
1614
1612
make infra_cleanup
1615
1613
1616
1614
.PHONY: infra_kuttl_run
@@ -1707,13 +1705,9 @@ dataplane_kuttl_prep: dataplane_kuttl_cleanup input ansibleee infra baremetal da
0 commit comments