Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dargudear-google committed Dec 5, 2024
1 parent 4b17ccd commit 9b14c0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/bats/gcp.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions test/scripts/run-e2e-gcp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b14c0b

Please sign in to comment.