...
csit/tests/appc/healthcheck:
- test1.robot:
- health_check: send http://localhost:8282/restconf/operations/SLI-API:healthcheck to APPC
- bundle_query: check all karaf's bundles are not in failed state
- db_query: run sql statements in APPC DB
- APPC_Netstat.robot: run "netstat -a | grep -E ":8282 " | grep LISTEN" makes sure 8282 port is in LISTEN state
- LCM_HEALTHCHECK_TIMESTAMP.robot: make sure apidoc is working
- LCM_VM_RESTART_TIMESTAMP.robot: send LCM_VM_RESTART_REQUEST.txt to make sure VM:Restart is working
- LCM_VNF_RESTART_TIMESTAMP.robot: send LCM_VNF_RESTART_REQUEST.txt to make sure VNF:Restart is working
- test1.robot:
- csit/tests/appc/cdt/cdt.robot:
- Verify Home page and links:Access Home page and Verify the links
- Verify MY VNFs link will ask for user entry
- Verify creation of VNF
- Verify description of VNFC
Setup: robotframework and selenium: https://tecadmin.net/setup-selenium-chromedriver-on-ubuntu/
Note: How to test CSIT before submit the change to csit repo:
...