From 614f4e2a37d33a511cc15d022d9d1ab04a7dfa26 Mon Sep 17 00:00:00 2001 From: jondy Date: Sun, 19 Nov 2017 21:29:00 +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 49be798a..83aaa5aa 100755 --- a/tests/integration-test.sh +++ b/tests/integration-test.sh @@ -52,8 +52,8 @@ case ${PLATFORM} in linux_i386) PYTHON=${PYTHON:-python} declare -r harddisk_sn='VB07ab3ff6-81eb5787 ' - declare -r ifmac_address= - declare -r ifip_address= + declare -r ifmac_address=08:00:27:88:4b:88 + declare -r ifip_address=192.168.121.106 declare -r domain_name= ;; linux_x86_64)