~checkbox-dev/checkbox/checkbox-charm

2 by Ashley Lai
Add more config and iperf
1
options:
4 by Ashley Lai
Add fixes from review comments
2
  secure_id:
2 by Ashley Lai
Add more config and iperf
3
    type: string
4
    default: "" 
5
    description: secure ID to submit the certification results
6
  whitelist:
7
    type: string
3 by Ashley Lai
Remove default option to run test
8
    default: "" 
4 by Ashley Lai
Add fixes from review comments
9
    description: path to whitelist
2 by Ashley Lai
Add more config and iperf
10
  output_path:
11
    type: string
12
    default: /tmp 
13
    description: path of output file submission.xml and the log
4 by Ashley Lai
Add fixes from review comments
14
  iperf_target:
15
    type: string
16
    default: ""
17
    description: IP address for the iperf target if not using the iperf charm
2 by Ashley Lai
Add more config and iperf
18