diff options
author | Carsten Koester <ckoester@cisco.com> | 2016-02-23 19:27:01 -0500 |
---|---|---|
committer | Carsten Koester <ckoester@cisco.com> | 2016-03-08 16:33:30 -0500 |
commit | f9e2ef4af9dee2220d4ee2ebeae5012de84a83fe (patch) | |
tree | ebe0894be10d1626648e9fa6dbe993f8e20b1967 /resources/tools/virl/README.md | |
parent | da8aebf2e722f2c441a03b300de71f9143d010a3 (diff) |
Add VIRL server-side framework and topology templates.
Change-Id: I02e7f85e3259dc0a5b2c7d0098747921a75fa5ea
Signed-off-by: Carsten Koester <ckoester@cisco.com>
Diffstat (limited to 'resources/tools/virl/README.md')
-rw-r--r-- | resources/tools/virl/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/resources/tools/virl/README.md b/resources/tools/virl/README.md new file mode 100644 index 0000000000..fe4edd8853 --- /dev/null +++ b/resources/tools/virl/README.md @@ -0,0 +1,18 @@ +## VIRL scripts + +This directory, and subdirectories, contain files required for automated VIRL testing. These files +are based on the following assumptions: + + - Files in this directory are installed on the VIRL server host, and scripts in bin/ directory + are executable by the user used in the bootstrap.sh script in the root directory of this + project + + - the VIRL server has a "server" image, as well as a "vPP" image that is accepting a cloud-init + configuration and is ready to receive a VPP upgrade. + + - the VIRL server has an NFS export that can be mounted by VIRL VMs, or there is an NFS server + with an export mounted by the VIRL server and mountable by VIRL VMs. + + - the bin/start_testcase script has hardcoded default values both in variable assignments + near the beginning of the file, as well as in "parser.add_argument", "default=" options. + These may need to be updated. |