...
/opt/demo.sh provides several Robot functions that streamline some of the procedures for deploying a VNF for demonstration purposes. The original functions are referenced in the sections onĀ Installing and Running the ONAP Demos and, over time, some additional functions have been added.
root@vm03-robot:/opt# ./demo.sh demo.sh init demo.sh init_customer demo.sh distribute [<prefix>] demo.sh preload <vnf_name> <module_name> demo.sh appc <module_name> demo.sh init_robot demo.sh instantiateVFW demo.sh deleteVNF <module_name from instantiateVFW> |
---|
ete.sh
/opt/ete/sh runs selected Robot testsuite test cases
root@vm03-robot:/opt# ./ete.sh |
---|
Results of the tests may be viewed via a web browser. See below for details. Note that the log folder for each ete.sh execution is named ETE_<pid>.
...