Skip to content

Latest commit

 

History

History
88 lines (65 loc) · 1.87 KB

File metadata and controls

88 lines (65 loc) · 1.87 KB

Example Device Test Report

~/daq$ cat inst/reports/report_9a02571e8f01_2019-06-03T172146+0000.md
# DAQ scan report for device 9a02571e8f01
Started %% 2019-06-03 17:21:46+00:00

|  Role  |      Name              | Status |
|--------|------------------------|--------|
|Operator| *** Operator Name *** |        |
|Approver| *** Approver Name *** |        |

| Test iteration   |                        |
|------------------|------------------------|
| Test report date | 2019-06-03T17:21:46.839Z |
| DAQ version      | 0.9.7 |
| Attempt number   | 1 |

## Device Identification  

| Device            | Entry              |
|-------------------|--------------------|
| Name              | *** Name *** |
| GUID              | *** GUID *** |
| MAC addr          | 9a:02:57:1e:8f:01 |
| Hostname          | *** Network Hostname *** |
| Type              | *** Type *** |
| Make              | *** Make *** |
| Model             | *** Model *** |
| Serial Number     | *** Serial *** |
| Firmware Version  | *** Firmware Version *** |

## Device Description

![Image of device](*** Device Image URL ***)

*** Device Description ***


### Device documentation

[Device datasheets](*** Device Datasheets URL ***)
[Device manuals](*** Device Manuals URL ***)

## Report summary

|Result|Test|Notes|
|---|---|---|
|skip|base.switch.ping||
|pass|base.target.ping|target |
|fail|network.brute||
|pass|security.ports.nmap||

## Module ping

```
Baseline ping test report
%% 72 packets captured.
RESULT skip base.switch.ping
RESULT pass base.target.ping target %% 10.20.64.38
```

## Module nmap

```
Allowing 10000 open tcp snet-sensor-mgmt
No invalid ports found.
RESULT pass security.ports.nmap
```

## Module brute

```
Username:manager
Password:friend
Login success!
RESULT fail network.brute
```

## Module switch

```
LOCAL_IP not configured, assuming no network switch.
```

## Report complete