Merge "CI: Add instance console log to test-core-openstack.sh"
This commit is contained in:
commit
7e94e2f3d6
@ -82,6 +82,8 @@ function test_instance_boot {
|
||||
break
|
||||
elif [[ $i -eq ${attempts} ]]; then
|
||||
echo "Failed to access server via SSH after ${attempts} attempts"
|
||||
echo "Console log:"
|
||||
openstack console log show kolla_boot_test
|
||||
return 1
|
||||
else
|
||||
echo "Cannot access server - retrying"
|
||||
|
Loading…
x
Reference in New Issue
Block a user