This repository was archived by the owner on Aug 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathexamples.yaml
More file actions
60 lines (60 loc) · 1.32 KB
/
examples.yaml
File metadata and controls
60 lines (60 loc) · 1.32 KB
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
---
test_description: >
ML smart contract classification test
setup_conditions:
test_name: "ml_classification_test"
number_of_nodes: 1
mining_nodes: [0]
max_test_time: 60
steps:
- sleep: 5
- run_python_test: { "script": "ml_examples.01_smart_contract_model.submit_contract", "mode": "mnist"}
...
---
test_description: >
ML smart contract regression test
setup_conditions:
test_name: "ml_regression_test"
number_of_nodes: 1
mining_nodes: [0]
max_test_time: 60
steps:
- sleep: 5
- run_python_test: { "script": "ml_examples.01_smart_contract_model.submit_contract", "mode": "boston"}
...
---
test_description: >
Basic contract submission test
setup_conditions:
test_name: "01_submitting_contract"
number_of_nodes: 1
mining_nodes: [0]
max_test_time: 60
steps:
- sleep: 5
- run_python_test: { "script": "01_submitting_contract.submit_contract",}
...
---
test_description: >
Fet-1 balance transfer example
setup_conditions:
test_name: "Fet-1"
number_of_nodes: 1
mining_nodes: [0]
max_test_time: 60
steps:
- sleep: 5
- run_python_test: { "script": "Fet-1.submit_contract",}
...
---
test_description: >
Fet-2 example
setup_conditions:
test_name: "Fet-2"
number_of_nodes: 1
mining_nodes: [0]
max_test_time: 60
steps:
- sleep: 5
- run_python_test: { "script": "Fet-2.submit_contract",}
...