Test Case Results Reporting

The FTAS test_runner service collects the logs from the test case execution, captures and saves them to "~/logs/jobs.log" file.

The FTAS also creates an HTML version of the reports available "~/reports/test_report_20230218_**/"

oper@ftasvm:~/reports/test_report_20230218_125505$ ls -lrth
total 40K
drwxr-xr-x 2 root root 4.0K Feb 18 13:04 taas_acl_test.py
-rw-r--r-- 1 root root  22K Feb 18 13:04 ftas_2duts_topo.py.html
-rw-r--r-- 1 root root 9.0K Feb 18 13:04 ftas_2dut_suite.yaml.html
oper@ftasvm:~/reports/test_report_20230218_125505$ 

To view the HTML test report, Visit the URL at http://<VM IP addr>:8090/

Deleting Test Reports

oper@ftasvm:~$ cd reports/
oper@ftasvm:~/reports$ sudo rm -rf test_report_20230218_125505

oper@ftasvm:~$ cd logs/
oper@ftasvm:~/logs$ rm -rf jobs.log