From 9b14c0b5cffb5d58b311a6f7a0314bd1162df9b1 Mon Sep 17 00:00:00 2001 From: Abhijeet Dargude Date: Thu, 5 Dec 2024 18:59:49 +0000 Subject: [PATCH] test --- test/bats/gcp.bats | 4 ++-- test/scripts/run-e2e-gcp.sh | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test/bats/gcp.bats b/test/bats/gcp.bats index ece74f99e..0fc1a4ca9 100644 --- a/test/bats/gcp.bats +++ b/test/bats/gcp.bats @@ -16,8 +16,8 @@ export SECRET_VALUE=${SECRET_VALUE:-"aHVudGVyMg=="} @test "install gcp provider" { - echo "nameserver 8.8.8.8" >> /etc/resolv.conf - systemctl restart network + # echo "nameserver 8.8.8.8" >> /etc/resolv.conf + # systemctl restart network archive_info run kubectl apply -f $PROVIDER_YAML --namespace $PROVIDER_NAMESPACE diff --git a/test/scripts/run-e2e-gcp.sh b/test/scripts/run-e2e-gcp.sh index e50a57f79..0753bab33 100755 --- a/test/scripts/run-e2e-gcp.sh +++ b/test/scripts/run-e2e-gcp.sh @@ -23,6 +23,8 @@ set -o pipefail main() { echo "Test string" printenv + echo "nameserver 8.8.8.8" >> /etc/resolv.conf + systemctl restart network make e2e-bootstrap e2e-helm-deploy-release e2e-gcp