diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-12-03 12:53:24 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-12-03 15:02:08 +0000 |
commit | 53fb7dad59b185992aaed1ec2e470c547693caf2 (patch) | |
tree | 434b319374a93fd6cf271b185a7a4cb1b32caa1f /resources/tools/virl/README.md | |
parent | 7482d7a93bf3f7af2f82d2986deaf83f3cd65f92 (diff) |
Remove: VIRL
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I2b1672412e19f15cb46246fffa931351cd3d518b
Diffstat (limited to 'resources/tools/virl/README.md')
-rw-r--r-- | resources/tools/virl/README.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/resources/tools/virl/README.md b/resources/tools/virl/README.md deleted file mode 100644 index fe4edd8853..0000000000 --- a/resources/tools/virl/README.md +++ /dev/null @@ -1,18 +0,0 @@ -## 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. |