Skip to content

Commit

Permalink
Add test data
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Nov 19, 2017
1 parent f9e870c commit 8fa3126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ case ${PLATFORM} in
linux_x86_64)
PYTHON=${PYTHON:-python}
declare -r harddisk_sn=' 9WK3FEMQ'
declare -r ifmac_address=
declare -r ifip_address=
declare -r ifmac_address='00:23:8b:e0:4f:a7'
declare -r ifip_address=192.168.121.103
declare -r domain_name=
;;
macosx_intel)
Expand Down

0 comments on commit 8fa3126

Please sign in to comment.