~toykeeper/ubuntu-power-tests/apt-update

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "result_path": "/home/selene/src/power/results",
    "device_serial": "75UABKPKC46M",
    "device_password": "0000",
    "spreadsheet_url": "https://docs.google.com/spreadsheets/d/10j1iQlYb_n4dEKO4NPk5E3tVaxxGF9YzWIZHUT67Exc/edit#gid=0",
    "spreadsheet_token_path": "/home/selene/.secret/gspread.json",
    "nfss_config_path": "/home/selene/.secret/nfss.conf",
    "usb_connect_command": ["/home/selene/src/power/touch/scripts/ncd_usb.py",
        "-u", "http://relay", "-b", "0", "-r", "0", "on"],
    "usb_disconnect_command": ["/home/selene/src/power/touch/scripts/ncd_usb.py",
        "-u", "http://relay", "-b", "0", "-r", "0", "off"],
    "logmeter_host": "localhost",
    "dmm_addr": "fluke",
    "dmm_port": 3495,
    "dmm_tagport": 3500,
    "dmm_measure": "HC",
    "dmm_acdc": "DC",
    "dmm_interval": "0.3333333",
    "dmm_samples": 50001,
    "default_test_duration": 30,
    "default_settle_duration": 180,
    "default_display_on": false,
    "default_test_wait_time": 10,
    "default_test_min_runs": 5,
    "default_test_max_runs": 10,
    "foo": 0
}