Merge "Test MAC address should be 6 octets."

This commit is contained in:
Jenkins
2013-12-04 09:12:41 +00:00
committed by Gerrit Code Review

View File

@@ -12,7 +12,7 @@ PM_USERS=( $7 )
PM_PASSWORDS=( $8 )
# Ensure nova's baremetal service has fully initialised before proceeding with real nodes
wait_for 60 10 nova baremetal-node-create devtest_canary 1 1 1 11:22:33:44:55
wait_for 60 10 nova baremetal-node-create devtest_canary 1 1 1 11:22:33:44:55:66
nova baremetal-node-delete $(nova baremetal-node-list | awk '/devtest_canary/ {print $2}')
count=0