diff options
Diffstat (limited to 'nfvbenchvm/dib/verify-image.sh')
-rw-r--r-- | nfvbenchvm/dib/verify-image.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nfvbenchvm/dib/verify-image.sh b/nfvbenchvm/dib/verify-image.sh new file mode 100644 index 0000000..0a2090d --- /dev/null +++ b/nfvbenchvm/dib/verify-image.sh @@ -0,0 +1,7 @@ +#!/bin/bash +# +# A shell script to verify that a VM image is present in google storage +# If not present in google storage, verify it is present locally +# If not present locally, build it but do not uplaod to google storage + +bash build-image.sh -v |