-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.yaml
116 lines (109 loc) · 2.6 KB
/
test.yaml
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Add the new parameters [here](tests/)
tests:
storage:
mount_sanity:
mountpoints: ['user/u/user2/']
timeout: 8
mount:
mode: "sciencebox" #sciencebox mode
write:
fileSize: 1M
filePath: "eos/user/u/user2/0.txt"
exists:
filePath: "eos/user/u/user2/0.txt"
delete:
filePath: "eos/user/u/user2/0.txt"
throughput:
fileNumber: 10
fileSize: 1M
filePath: "eos/user/u/user2/"
checksum:
fileNumber: 10
fileSize: 1M
filePath: "eos/user/u/user2/"
# statFile:
# filepath: "eos/user/u/user2/"
cvmfs:
mount:
repoName: 'sft.cern.ch'
repoPath: 'cvmfs/sft.cern.ch/'
ttfb:
repoPath: 'cvmfs/sft.cern.ch/'
filePath: 'cvmfs/sft.cern.ch/lcg/lastUpdate'
throughput:
num: 2 #Number of packages
repoPath: 'cvmfs/sft.cern.ch/'
filePath: 'cvmfs/sft.cern.ch/lcg/releases/'
database:
token:
path: "jupyterhub.sqlite"
user: "user2"
mode: "active" #active mode
table_name: "api_tokens"
servers:
path: "jupyterhub.sqlite"
user: "user2"
mode: "active" #active mode
table_name: "servers"
spawners:
path: "jupyterhub.sqlite"
user: "user2"
mode: "active" #active mode
table_name: "spawners"
user_docker:
docker:
container_name: 'jupyter-user2'
timeout: 5
jupyterhub_api:
check_api:
hostname: 'localhost'
port: '443'
token: "183696b1bda44833a4faf4c693d08288"
base_path: ""
verify : False
token:
hostname: 'localhost'
port: '443'
token: "183696b1bda44833a4faf4c693d08288"
users: ['user2']
base_path: ""
verify: False
create_session:
hostname: 'localhost'
port: '443'
token: '183696b1bda44833a4faf4c693d08288'
users: ['user2']
base_path: ""
params:
TLS: False
LCG-rel: "LCG_95a"
platform: "x86_64-centos7-gcc7-opt"
scriptenv: "none"
ncores: 2
memory: 8589934592
spark-cluster: "none"
delay: 30 #Max
verify: False
check_session:
hostname: 'localhost'
port: '443'
token: "183696b1bda44833a4faf4c693d08288"
users: ['user2']
base_path: ""
verify: False
stop_session:
hostname: 'localhost'
port: '443'
token: '183696b1bda44833a4faf4c693d08288'
users: ['user2']
base_path: ""
verify: False
output:
logfile:
logging: True
grafana:
push : False
hostname: ''
port: '80'
modules: ['Throughput']
namespace: 'swan.testingframework'