Skip to content

Commit

Permalink
Remove 'command' check for submariner-operator in system test
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  • Loading branch information
tpantelis committed Jan 2, 2025
1 parent 4989736 commit f0ef013
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/test/system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ function verify_subm_op_pod() {
kubectl get pod "$subm_operator_pod_name" --namespace="$subm_ns" -o json | tee "$json_file"

validate_pod_container_equals 'image' "localhost:5000/submariner-operator:local"
validate_pod_container_has 'command' 'submariner-operator'
}

function validate_pod_container_equals() {
Expand Down

0 comments on commit f0ef013

Please sign in to comment.