You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python-test/features/integration.feature
+32-30Lines changed: 32 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -272,8 +272,8 @@ Scenario: Provision agent with tag matching existing group with multiple policie
272
272
And the container logs that were output after all policies have been applied contain the message "scraped metrics for policy" referred to each applied policy within 180 seconds
273
273
And referred sink must have active state on response within 120 seconds
274
274
And 20 dataset(s) have validity valid and 0 have validity invalid in 30 seconds
275
-
276
-
@sanity@sink_status_idle
275
+
@MUTE
276
+
#@sanity @sink_status_idle
277
277
Scenario: Sink idle after 5 minutes without metrics flow
278
278
Given the Orb user has a registered account
279
279
And the Orb user logs in
@@ -291,7 +291,8 @@ Scenario: Sink idle after 5 minutes without metrics flow
291
291
When stop the orb-agent container
292
292
Then referred sink must have idle state on response after 660 seconds
293
293
294
-
@sanity@sink_status_error
294
+
@MUTE
295
+
#@sanity @sink_status_error
295
296
Scenario: Sink with invalid endpoint
296
297
Given the Orb user has a registered account
297
298
And the Orb user logs in
@@ -371,8 +372,8 @@ Scenario: Unapplying policies that failed by removing group
371
372
And no dataset should be linked to the removed group anymore
372
373
And 0 dataset(s) have validity valid and 4 have validity invalid in 30 seconds
373
374
374
-
375
-
@smoke@sink_status_error
375
+
@MUTE
376
+
#@smoke @sink_status_error
376
377
Scenario: Sink with invalid username
377
378
Given the Orb user has a registered account
378
379
And the Orb user logs in
@@ -391,8 +392,8 @@ Scenario: Sink with invalid username
391
392
And referred sink must have error state on response within 120 seconds
392
393
And 4 dataset(s) have validity valid and 0 have validity invalid in 30 seconds
And last container created is exited after 120 seconds
945
946
And 2 dataset(s) have validity valid and 0 have validity invalid in 30 seconds
946
947
947
-
@smoke@sink_status_error
948
+
@MUTE
949
+
#@sanity @sink_status_error
948
950
Scenario: Edit sink active and use invalid remote host
949
951
Given the Orb user has a registered account
950
952
And the Orb user logs in
@@ -964,8 +966,8 @@ Scenario: Edit sink active and use invalid remote host
964
966
Then referred sink must have error state on response within 120 seconds
965
967
And 10 dataset(s) have validity valid and 0 have validity invalid in 30 seconds
966
968
967
-
968
-
@smoke@sink_status_error
969
+
@MUTE
970
+
#@sanity @sink_status_error
969
971
Scenario: Edit sink active and use invalid username
970
972
Given the Orb user has a registered account
971
973
And the Orb user logs in
@@ -985,8 +987,8 @@ Scenario: Edit sink active and use invalid username
985
987
Then referred sink must have error state on response within 120 seconds
986
988
And 10 dataset(s) have validity valid and 0 have validity invalid in 30 seconds
987
989
988
-
989
-
@smoke@sink_status_error
990
+
@MUTE
991
+
#@sanity @sink_status_error
990
992
Scenario: Edit sink active and use invalid password
991
993
Given the Orb user has a registered account
992
994
And the Orb user logs in
@@ -1006,8 +1008,8 @@ Scenario: Edit sink active and use invalid password
1006
1008
Then referred sink must have error state on response within 120 seconds
1007
1009
And 10 dataset(s) have validity valid and 0 have validity invalid in 30 seconds
1008
1010
1009
-
1010
-
@sanity@sink_status_error
1011
+
@MUTE
1012
+
#@sanity @sink_status_error
1011
1013
Scenario: Edit sink with invalid username and use valid one
1012
1014
Given the Orb user has a registered account
1013
1015
And the Orb user logs in
@@ -1028,8 +1030,8 @@ Scenario: Edit sink with invalid username and use valid one
1028
1030
Then referred sink must have active state on response within 120 seconds
1029
1031
And 4 dataset(s) have validity valid and 0 have validity invalid in 30 seconds
1030
1032
1031
-
1032
-
@sanity@sink_status_error
1033
+
@MUTE
1034
+
#@sanity @sink_status_error
1033
1035
Scenario: Edit sink with password and use valid one
1034
1036
Given the Orb user has a registered account
1035
1037
And the Orb user logs in
@@ -1135,13 +1137,13 @@ Scenario: Partial Update: sink status after updating only sink name
1135
1137
And this agent's heartbeat shows that 2 policies are applied and all has status running
1136
1138
And the container logs contain the message "policy applied successfully" referred to each policy within 30 seconds
1137
1139
And the container logs that were output after all policies have been applied contain the message "scraped metrics for policy" referred to each applied policy within 180 seconds
1138
-
And referred sink must have active state on response within 120 seconds
1140
+
And referred sink must have active state on response within 360 seconds
1139
1141
When the name of this sink is updated
1140
1142
Then the name updates to the new value and other fields remains the same
1141
1143
And referred sink must have active state on response after 360 seconds
1142
1144
1143
1145
1144
-
@sanity@sink_partial_update
1146
+
@sanity@sink_partial_update
1145
1147
Scenario: Partial Update: sink status after updating only sink description
1146
1148
Given the Orb user has a registered account
1147
1149
And the Orb user logs in
@@ -1154,7 +1156,7 @@ Scenario: Partial Update: sink status after updating only sink description
1154
1156
And this agent's heartbeat shows that 2 policies are applied and all has status running
1155
1157
And the container logs contain the message "policy applied successfully" referred to each policy within 30 seconds
1156
1158
And the container logs that were output after all policies have been applied contain the message "scraped metrics for policy" referred to each applied policy within 180 seconds
1157
-
And referred sink must have active state on response within 120 seconds
1159
+
And referred sink must have active state on response within 360 seconds
1158
1160
When the description of this sink is updated
1159
1161
Then the description updates to the new value and other fields remains the same
1160
1162
And referred sink must have active state on response after 360 seconds
@@ -1173,7 +1175,7 @@ Scenario: Partial Update: sink status after updating only sink tags
1173
1175
And this agent's heartbeat shows that 2 policies are applied and all has status running
1174
1176
And the container logs contain the message "policy applied successfully" referred to each policy within 30 seconds
1175
1177
And the container logs that were output after all policies have been applied contain the message "scraped metrics for policy" referred to each applied policy within 180 seconds
1176
-
And referred sink must have active state on response within 120 seconds
1178
+
And referred sink must have active state on response within 360 seconds
1177
1179
When the tags of this sink is updated
1178
1180
Then the tags updates to the new value and other fields remains the same
1179
1181
And referred sink must have active state on response after 360 seconds
@@ -1191,7 +1193,7 @@ Scenario: Partial Update: sink status after updating only sink configs
1191
1193
And 3 simple policies are applied to the group
1192
1194
And this agent's heartbeat shows that 3 policies are applied and all has status running
1193
1195
And the container logs contain the message "policy applied successfully" referred to each policy within 30 seconds
1194
-
And referred sink must have error state on response within 120 seconds
1196
+
And referred sink must have error state on response within 360 seconds
1195
1197
When the config of this sink is updated
1196
1198
Then the config updates to the new value and other fields remains the same
1197
1199
And referred sink must have active state on response within 360 seconds
@@ -1210,7 +1212,7 @@ Scenario: Partial Update: sink status after updating only sink name and descript
1210
1212
And this agent's heartbeat shows that 2 policies are applied and all has status running
1211
1213
And the container logs contain the message "policy applied successfully" referred to each policy within 30 seconds
1212
1214
And the container logs that were output after all policies have been applied contain the message "scraped metrics for policy" referred to each applied policy within 180 seconds
1213
-
And referred sink must have active state on response within 120 seconds
1215
+
And referred sink must have active state on response within 360 seconds
1214
1216
When the name and description of this sink is updated
1215
1217
Then the name and description updates to the new value and other fields remains the same
1216
1218
And referred sink must have active state on response after 360 seconds
@@ -1228,7 +1230,7 @@ Scenario: Partial Update: sink status after updating only sink name and configs
1228
1230
And 3 simple policies are applied to the group
1229
1231
And this agent's heartbeat shows that 3 policies are applied and all has status running
1230
1232
And the container logs contain the message "policy applied successfully" referred to each policy within 30 seconds
1231
-
And referred sink must have error state on response within 120 seconds
1233
+
And referred sink must have error state on response within 360 seconds
1232
1234
When the name and config of this sink is updated
1233
1235
Then the name and config updates to the new value and other fields remains the same
1234
1236
And referred sink must have active state on response within 360 seconds
@@ -1247,7 +1249,7 @@ Scenario: Partial Update: sink status after updating only sink name and tags
1247
1249
And this agent's heartbeat shows that 2 policies are applied and all has status running
1248
1250
And the container logs contain the message "policy applied successfully" referred to each policy within 30 seconds
1249
1251
And the container logs that were output after all policies have been applied contain the message "scraped metrics for policy" referred to each applied policy within 180 seconds
1250
-
And referred sink must have active state on response within 120 seconds
1252
+
And referred sink must have active state on response within 360 seconds
1251
1253
When the name and tags of this sink is updated
1252
1254
Then the name and tags updates to the new value and other fields remains the same
1253
1255
And referred sink must have active state on response after 360 seconds
@@ -1266,7 +1268,7 @@ Scenario: Partial Update: sink status after updating only sink description and t
1266
1268
And this agent's heartbeat shows that 2 policies are applied and all has status running
1267
1269
And the container logs contain the message "policy applied successfully" referred to each policy within 30 seconds
1268
1270
And the container logs that were output after all policies have been applied contain the message "scraped metrics for policy" referred to each applied policy within 180 seconds
1269
-
And referred sink must have active state on response within 120 seconds
1271
+
And referred sink must have active state on response within 360 seconds
1270
1272
When the description and tags of this sink is updated
1271
1273
Then the description and tags updates to the new value and other fields remains the same
1272
1274
And referred sink must have active state on response after 360 seconds
@@ -1302,7 +1304,7 @@ Scenario: Partial Update: sink status after updating only sink tags and configs
1302
1304
And 3 simple policies are applied to the group
1303
1305
And this agent's heartbeat shows that 3 policies are applied and all has status running
1304
1306
And the container logs contain the message "policy applied successfully" referred to each policy within 30 seconds
1305
-
And referred sink must have error state on response within 120 seconds
1307
+
And referred sink must have error state on response within 360 seconds
1306
1308
When the tags and config of this sink is updated
1307
1309
Then the tags and config updates to the new value and other fields remains the same
1308
1310
And referred sink must have active state on response within 360 seconds
@@ -1321,7 +1323,7 @@ Scenario: Partial Update: sink status after updating only sink name, description
1321
1323
And this agent's heartbeat shows that 2 policies are applied and all has status running
1322
1324
And the container logs contain the message "policy applied successfully" referred to each policy within 30 seconds
1323
1325
And the container logs that were output after all policies have been applied contain the message "scraped metrics for policy" referred to each applied policy within 180 seconds
1324
-
And referred sink must have active state on response within 120 seconds
1326
+
And referred sink must have active state on response within 360 seconds
1325
1327
When the name, description and tags of this sink is updated
1326
1328
Then the name, description and tags updates to the new value and other fields remains the same
1327
1329
And referred sink must have active state on response after 360 seconds
@@ -1340,7 +1342,7 @@ Scenario: Partial Update: sink status after updating only sink name, description
1340
1342
And 3 simple policies are applied to the group
1341
1343
And this agent's heartbeat shows that 3 policies are applied and all has status running
1342
1344
And the container logs contain the message "policy applied successfully" referred to each policy within 30 seconds
1343
-
And referred sink must have error state on response within 120 seconds
1345
+
And referred sink must have error state on response within 360 seconds
1344
1346
When the name, description and config of this sink is updated
1345
1347
Then the name, description and config updates to the new value and other fields remains the same
1346
1348
And referred sink must have active state on response within 360 seconds
@@ -1358,7 +1360,7 @@ Scenario: Partial Update: sink status after updating only sink name, tags and co
1358
1360
And 3 simple policies are applied to the group
1359
1361
And this agent's heartbeat shows that 3 policies are applied and all has status running
1360
1362
And the container logs contain the message "policy applied successfully" referred to each policy within 30 seconds
1361
-
And referred sink must have error state on response within 120 seconds
1363
+
And referred sink must have error state on response within 360 seconds
1362
1364
When the name, tags and config of this sink is updated
1363
1365
Then the name, tags and config updates to the new value and other fields remains the same
1364
1366
And referred sink must have active state on response within 360 seconds
@@ -1376,7 +1378,7 @@ Scenario: Partial Update: sink status after updating only sink description, tags
1376
1378
And 3 simple policies are applied to the group
1377
1379
And this agent's heartbeat shows that 3 policies are applied and all has status running
1378
1380
And the container logs contain the message "policy applied successfully" referred to each policy within 30 seconds
1379
-
And referred sink must have error state on response within 120 seconds
1381
+
And referred sink must have error state on response within 360 seconds
1380
1382
When the description, tags and config of this sink is updated
1381
1383
Then the description, tags and config updates to the new value and other fields remains the same
1382
1384
And referred sink must have active state on response within 360 seconds
0 commit comments