Skip to content

Commit 70be075

Browse files
committed
Get ip before run testcase in macos
1 parent a06a8a1 commit 70be075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ case ${PLATFORM} in
6767
PYTHON=python
6868
declare -r harddisk_sn='VB85de09d4-23402b07 '
6969
declare -r ifmac_address=08:00:27:b0:b3:94
70-
declare -r ifip_address=220.250.64.20
70+
declare -r ifip_address=$(ipconfig getifaddr en0)
7171
declare -r domain_name=
7272
;;
7373
*)

0 commit comments

Comments
 (0)