diff options
Diffstat (limited to 'tests/adhoc/smoke01.sh')
-rw-r--r-- | tests/adhoc/smoke01.sh | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/adhoc/smoke01.sh b/tests/adhoc/smoke01.sh index 18e617f..207cec3 100644 --- a/tests/adhoc/smoke01.sh +++ b/tests/adhoc/smoke01.sh @@ -20,13 +20,19 @@ # Status: this is a work in progress, under test. Automated ping test to the # internet and between VMs has not yet been implemented. # +# Prerequisites: +# OpenStack installed. +# Environment setting script (e.g. admin-openrc.sh) available. +# OpenStack clients installed e.g. via setup_osc.sh in the OPNFV Models repo. +# # How to use: # Install Congress test server per https://wiki.opnfv.org/copper/academy # $ bash ~/git/copper/tests/adhoc/smoke01.sh <openrc> # <openrc>: path to your openrc script # After test, cleanup with -# $ bash ~/git/copper/tests/adhoc/smoke01-clean.sh <openrc> - +# $ bash ~/git/copper/tests/adhoc/smoke01-clean.sh +# +# Status: this is a work in progress, under test. trap 'fail' ERR |