# 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.&#x20;

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/`

<figure><img src="https://content.gitbook.com/content/ED0MDIx0QbVQicwfMH38/blobs/Sx5NBkf7XLWHcSXksXvq/List_HTML_Report.png" alt=""><figcaption><p>Test suite summary report</p></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/ED0MDIx0QbVQicwfMH38/blobs/GW7CUdaDHPIPJnIDqjMG/Details_html.png" alt=""><figcaption><p>Detailed test logs for a test case</p></figcaption></figure>

## Deleting Test Reports

```bash
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
```
