Skip to content

Commit e1949c9

Browse files
CLDSRV-657: Add pykmip dns in /etc/hosts for tests
1 parent 80c2111 commit e1949c9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/actions/setup-ci/action.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ runs:
77
steps:
88
- name: Setup etc/hosts
99
shell: bash
10-
run: sudo echo "127.0.0.1 bucketwebsitetester.s3-website-us-east-1.amazonaws.com" | sudo tee -a /etc/hosts
10+
run: |
11+
sudo echo "127.0.0.1 bucketwebsitetester.s3-website-us-east-1.amazonaws.com" | sudo tee -a /etc/hosts
12+
sudo echo "127.0.0.1 pykmip.local" | sudo tee -a /etc/hosts
13+
for i in `seq 1 50`; do sudo echo "127.0.0.$i $i.pykmip.local" | sudo tee -a /etc/hosts ; done
1114
- name: Setup Credentials
1215
shell: bash
1316
run: bash .github/scripts/credentials.bash

0 commit comments

Comments
 (0)