Skip to content

Commit

Permalink
try to simplify /etc/resolv.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasyang2022 committed Oct 15, 2024
1 parent 6ccff95 commit 2ced9e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run-functional-tests
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ deploy_ha_node() {
for network in ${HA_NETWORK_ARRAY[@]};do
docker network connect --alias $node_name $network $node_name
done
docker_exec $node_name "echo 'nameserver 127.0.0.11' > /etc/resolv.conf'"
docker_exec $node_name "/opt/lookup hanode2"

if [ "$node_name" != "qnetd-node" ];then
Expand Down

0 comments on commit 2ced9e9

Please sign in to comment.