Merge "Move nodepool test checks into nodepool"

This commit is contained in:
Jenkins 2015-08-21 11:53:56 +00:00 committed by Gerrit Code Review
commit 6b80ca4e20

13
tools/check_devstack_plugin.sh Executable file
View 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