...
oot@vm03-robot:/opt# ./demo.sh init_robot WEB Site Password for user 'test': Starting Xvfb on display :89 with res 1280x1024x24 Executing robot tests at log level TRACE ============================================================================== OpenECOMP ETE ============================================================================== OpenECOMP ETE.Robot ============================================================================== OpenECOMP ETE.Robot.Testsuites ============================================================================== OpenECOMP ETE.Robot.Testsuites.Update Onap Page :: Initializes ONAP Test We... ============================================================================== Update ONAP Page | PASS | ------------------------------------------------------------------------------ OpenECOMP ETE.Robot.Testsuites.Update Onap Page :: Initializes ONA... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== OpenECOMP ETE.Robot.Testsuites | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== OpenECOMP ETE.Robot | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== OpenECOMP ETE | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Output: /share/logs/demo/UpdateWebPage/output.xml Log: /share/logs/demo/UpdateWebPage/log.html Report: /share/logs/demo/UpdateWebPage/report.html |
---|
Accessing the Robot Quicklinks Web Page
Access the robot page with http://<robot_vm_ip>:88. You will be prompted for credentials. Enter user 'test' with the password provided above.
...
The Robot Logs are best viewed via the browser at http://<robot_vm_init:88/logs/ or via the link in Quicklinks page above.
Running Robot TestSuites
/opt/ete/sh provides a command line interface for executing the Robot ETE testsuites.
Usage: ete.sh [ health | ete | closedloop | instantiate | distribute ]
Test | Purpose | Description |
---|
health | Report the health status of ONAP Components | Executed health check Rest API calls provided by each component and reports overall health status of the component. |
ete | Runs full suite of ETE tests | Executes the closedloop, instantiate and distribute test suites |
closedloop | Runs full suite of closed loop tests | For the following VNFs, executes customer creation, model distribution, instantation and closed loop test for |
instantiate | Runs full suite of instantiate tests | For the following VNFs, executes customer creation, model distribution, instantation for
|
distribute | Runs the full suite of model distribuition tests | For the following VNFs, executes model distribution
|