From 5b3342662454819392e279aa6c63c73ce935548a Mon Sep 17 00:00:00 2001 From: Jondy Zhao Date: Sun, 19 Nov 2017 05:46:19 -0800 Subject: [PATCH] Add test data --- tests/integration-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration-test.sh b/tests/integration-test.sh index 83aaa5aa..7b373561 100755 --- a/tests/integration-test.sh +++ b/tests/integration-test.sh @@ -66,8 +66,8 @@ case ${PLATFORM} in macosx_intel) PYTHON=python declare -r harddisk_sn='VB85de09d4-23402b07 ' - declare -r ifmac_address= - declare -r ifip_address= + declare -r ifmac_address=08:00:27:b0:b3:94 + declare -r ifip_address=220.250.64.20 declare -r domain_name= ;; *)