We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06a8a1 commit 70be075Copy full SHA for 70be075
tests/integration-test.sh
@@ -67,7 +67,7 @@ case ${PLATFORM} in
67
PYTHON=python
68
declare -r harddisk_sn='VB85de09d4-23402b07 '
69
declare -r ifmac_address=08:00:27:b0:b3:94
70
- declare -r ifip_address=220.250.64.20
+ declare -r ifip_address=$(ipconfig getifaddr en0)
71
declare -r domain_name=
72
;;
73
*)
0 commit comments