Table of Contents |
---|
Introduction
Robot provides 2 command line intefaces which may be accessed
- SSH into the Robot VM
- cd /opt
demo.sh
/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>.
Initializing the Robot Quicklinks Web Page
The robot container on the Robot VM is initialized with a password protected Web page that should be initialized after all of the ONAP VMs have been started. This page presents some useful information and links for the ONAP instance under test. Use the demo.sh script to initialize the web page and provide a password for the 'test' user required to access the page.
...