Skip to content

Commit

Permalink
Merge remote-tracking branch 'interuss/main' into ger-2
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminPelletier committed Nov 19, 2024
2 parents 8edc413 + 46ab3ae commit e6a4433
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ function(env) {
'interuss.automated_testing.flight_planning.ImplementAPI',
'interuss.automated_testing.flight_planning.Readiness',
'interuss.f3548.notification_requirements.NoDssEntityNoNotification',
'versioning.ReportSystemVersion',
],
},
'Basic SCD without DSS provision': {
Expand Down Expand Up @@ -360,6 +361,7 @@ function(env) {
'interuss.automated_testing.flight_planning.ImplementAPI',
'interuss.automated_testing.flight_planning.Readiness',
'interuss.f3548.notification_requirements.NoDssEntityNoNotification',
'versioning.ReportSystemVersion',
],
},
},
Expand Down Expand Up @@ -417,7 +419,7 @@ function(env) {
count: {
// We currently expect this amount of skipped scenarios: making it an equality
// to make sure this is reduced if some scenarios start to be executed
equal_to: 13,
equal_to: 11,
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function(participants) {
'interuss.versioning.read_system_versions',
// ASTM F3548-21 USS emulation roles
'utm.strategic_coordination',
'utm.availability_arbitration',
],
},
},
Expand Down

0 comments on commit e6a4433

Please sign in to comment.