Skip to content

Commit 37fea75

Browse files
matthewfalabendu
authored andcommitted
firelens-stability: add cases
Signed-off-by: Matthew Fala <falamatt@amazon.com>
1 parent ed93ff4 commit 37fea75

13 files changed

Lines changed: 89 additions & 14 deletions

File tree

apps/firelens-stability/collections/ecs-firelens-one-flow-tests/rainbow-stability/case-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"config": {
3-
"taskCount": 5
3+
"taskCount": 1
44
},
55
"definitions": {
66
"kbps_throughput_tcp": 10,
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"definitions": {
3+
"rainbow_cw_c_on": false,
4+
"rainbow_cw_go_on": true,
5+
"datajet_output_stdout": false
6+
}
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"definitions": {
3+
"rainbow_cw_c_on": false,
4+
"rainbow_cw_go_on": true,
5+
"datajet_generator_basic_contentType": "random"
6+
}
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"definitions": {
3+
"rainbow_cw_c_on": false,
4+
"rainbow_cw_go_on": true,
5+
"firelens_fluent_bit_container_vcpu": 256
6+
}
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"definitions": {
3+
"rainbow_cw_c_on": false,
4+
"rainbow_cw_go_on": true,
5+
"datajet_generator_basic_contentType": "random"
6+
}
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"definitions": {
3+
"rainbow_cw_c_on": false,
4+
"rainbow_cw_go_on": true,
5+
"rainbow_cw_go_multiple": 5
6+
}
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"definitions": {
3+
"rainbow_cw_c_on": false,
4+
"rainbow_cw_go_on": true,
5+
"kbps_throughput_tcp": 1000
6+
}
7+
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"definitions": {
33
"rainbow_cw_c_on": false,
4-
"rainbow_cw_go_on": true,
5-
"kbps_throughput_tcp": 1000
4+
"rainbow_cw_go_on": true
65
}
76
}

apps/firelens-stability/templates/golden-path-mountebank-fargate-v01-11-2023/firelens-datajet.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"repeat": 100,
55
"waitBefore": 5,
66
"waitAfter": 10,
7-
"waitBetween": 0
7+
"waitBetween": 0,
8+
"isAsync": true
89
},
910
"children": [
1011
{

apps/firelens-stability/templates/rainbow-fargate/default-config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"include_onepod": false,
1313
"kbps_throughput_tcp": 10,
1414
"debugS3Bucket": "{{managed.s3OutputBucket}}",
15-
"debugS3KeyPrefix": "{{managed.s3OutputExecutionPath}}/{{managed.caseNameUnique}}"
15+
"debugS3KeyPrefix": "{{managed.s3OutputExecutionPath}}/{{managed.caseNameUnique}}",
16+
"datajet_generator_basic_contentLength": 1000,
17+
"datajet_output_stdout": true,
18+
"rainbow_cw_go_multiple": 1,
19+
"firelens_fluent_bit_container_vcpu": 1024
1620
}
1721
}

0 commit comments

Comments
 (0)