Skip to content
Snippets Groups Projects
Commit d5866807 authored by Alex Iribarren's avatar Alex Iribarren
Browse files

Try to show a decent table

parent 72c26205
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ while [[ ${#TOBETESTED[@]} -gt 0 ]]; do
else
testEnd "${TESTTYPE}-${flavor}" "create" $TEST_PASS
t_Log "Machine created successfully!"
openstack server show ${p_name}
openstack server show "${p_name}" --fit-width
t_Log "Trying to SSH into the machine"
testStart "${TESTTYPE}-${flavor}" "ssh_access"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment