forked from apluslms/develop-aplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.yaml
59 lines (57 loc) · 2.09 KB
/
config.example.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
host_url: http://localhost:8000
# username: student
# password: student
api_tokens_file: "" # If empty, use username and password or supply API tokens to submit.py as command line arguments
course_id: 1
global_duration_minutes: 10 # If specified, the script will stop after this many minutes, otherwise 'count_per_user' is used
groups:
# This group is used to submit files to the specified URIs
submit:
# This batch always submits files to the same URI
- count_per_user: 10
interval_milliseconds: 2000
interval_std_deviation: 400
uris:
programming_exercises_graderutils_hello:
file1: functions
# This batch randomly submits files to one of the specified URIs
- count_per_user: 20
interval_milliseconds: 4000
interval_std_deviation: 800
uris:
programming_exercises_graderutils_iotester_exercise2:
file1: wallet
file2: wallet_program
programming_exercises_graderutils_primes:
file1: primes
# This group is used to submit questionnaire answers to the specified URIs
questionnaire:
- count_per_user: 20
interval_milliseconds: 2000
interval_std_deviation: 400
uris:
- questionnaires_questionnaires_questionnaire_demo
- questionnaires_questionnaires_questionnaire_text_demo
- count_per_user: 3
interval_milliseconds: 2000
interval_std_deviation: 400
uris:
- jutut_introduction_feedback
- jutut_features_and_hints_feedback
- count_per_user: 1
interval_milliseconds: 2000
interval_std_deviation: 400
uris:
# Submit less external than normal
- overview_enrollment_en_enrollexercise
- overview_enrollment_en_enrollexercise
- overview_enrollment_external_en_enrollexternalexercise
# This group is used to send GET requests to the specified URIs
# page:
# - count_per_user: 10
# interval_milliseconds: 2000
# interval_std_deviation: 400
# uris:
# - overview/overview/
# - questionnaires/questionnaires/
# - programming_exercises/graderutils/