-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
53 lines (53 loc) · 1.49 KB
/
settings.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"SETTINGS": {
"VM": {
"USER": "ubuntu",
"SSH_KEY": "id_rsa",
"CLIENT_PATH": "/home/ubuntu/MASclient",
"APTPACKAGES": [
"python3",
"screen",
"python3-pip",
"python3-tk",
"python3-dev",
"tesseract-ocr",
"libtesseract-dev",
"firefox",
"xorg",
"openbox",
"openvpn"
],
"PIPPACKAGES": [
"pytesseract==0.2.2",
"numpy",
"requests",
"opencv-python",
"tesseract",
"pyautogui"
]
},
"EXSI": {
"IP":"$$$$",
"USER":"$$$$",
"PASS":"$$$$",
"VMPREFIX": "SciExExperimentVM-",
"RAM": "4096",
"CPU": "2",
"DATASTORE": "vm 2",
"NETWORK": "VM Network",
"DATACENTER": "ha-datacenter",
"ISOPATH": "[VM Storage] iso/SciEx LiveSSH Master V6.iso"
},
"VPN": {
"FILE": "openvpn-creds.txt"
},
"COMMANDORDER": "GenerateVM,AddNIC,AddCD,PowerOnVM,PushPayload,JoinVPN,LaunchFirefox,RunAutoCompleteTest,CloseFirefox,LeaveVPN,ShutdownLinux,DeleteVM"
},
"EXPERIMENT": {
"RUNS_PER_LOCATION": 3,
"RUNS_PER_STIMULUS": 3,
"STIMULI_TEMPLATE": [
"test"
]
}
}