Merge "Move nodepool test checks into nodepool"
This commit is contained in:
commit
6b80ca4e20
13
tools/check_devstack_plugin.sh
Executable file
13
tools/check_devstack_plugin.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
# Sleep long enough for the below checks to have a chance
|
||||
# at being completed.
|
||||
sleep 15m
|
||||
# Check that snapshot image built
|
||||
nodepool image-list | grep ready | grep trusty-server
|
||||
# check that dib image built
|
||||
nodepool image-list | grep ready | grep ubuntu-dib
|
||||
# check snapshot image was bootable
|
||||
nodepool list | grep ready | grep trusty-server
|
||||
# check dib image was bootable
|
||||
nodepool list | grep ready | grep ubuntu-dib
|
Loading…
Reference in New Issue
Block a user