Skip to content

Commit

Permalink
add host entries
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaliMatharaarachchi committed Jan 16, 2024
1 parent 20953f4 commit 904e742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ sudo echo "$IP default-api-version-ratelimit-resource-level.test.gw.wso2.com" |
sudo echo "$IP ratelimit-priority.test.gw.wso2.com" | sudo tee -a /etc/hosts
sudo echo "$IP different-endpoint-with-same-route.test.gw.wso2.com" | sudo tee -a /etc/hosts
sudo echo "$IP custom-auth-header.test.gw.wso2.com" | sudo tee -a /etc/hosts
sudo echo "$IP gql.test.gw.wso2.com" | sudo tee -a /etc/hosts
sudo echo "255.255.255.255 broadcasthost" | sudo tee -a /etc/hosts
sudo echo "::1 localhost" | sudo tee -a /etc/hosts

Expand Down
1 change: 1 addition & 0 deletions test/integration/scripts/setup-hosts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ sudo echo "$IP default-api-version-ratelimit-resource-level.test.gw.wso2.com" |
sudo echo "$IP ratelimit-priority.test.gw.wso2.com" | sudo tee -a /etc/hosts
sudo echo "$IP different-endpoint-with-same-route.test.gw.wso2.com" | sudo tee -a /etc/hosts
sudo echo "$IP custom-auth-header.test.gw.wso2.com" | sudo tee -a /etc/hosts
sudo echo "$IP gql.test.gw.wso2.com" | sudo tee -a /etc/hosts
sudo echo "255.255.255.255 broadcasthost" | sudo tee -a /etc/hosts
sudo echo "::1 localhost" | sudo tee -a /etc/hosts

Expand Down

0 comments on commit 904e742

Please sign in to comment.