Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion artifacts/verification/FV-FALCON-BATTERY-002.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ artifacts:
steps:
- run: cargo test -p relay-batt
- run: cargo test -p relay-batt --release
- run: cargo test -p falcon-core
- run: cargo test -p falcon-core battery
- run: cargo test -p falcon-core sag_punch
- run: cargo kani -p relay-batt
links:
- type: verifies
Expand Down
2 changes: 1 addition & 1 deletion artifacts/verification/FV-FALCON-GNSS-002.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ artifacts:
method: automated-test
steps:
- run: cargo test -p falcon-gnss-ubx
- run: cargo test -p falcon-core
- run: cargo test -p falcon-core gnss
- run: cargo kani -p falcon-gnss-ubx
links:
- type: verifies
Expand Down
4 changes: 2 additions & 2 deletions artifacts/verification/FV-FALCON-PART-001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ artifacts:
fields:
method: automated-test
steps:
- run: cargo test -p falcon-core
- run: cargo test -p falcon-core --release
- run: cargo test -p falcon-core partitioned
- run: cargo test -p falcon-core --release partitioned
links:
- type: verifies
target: SWREQ-FALCON-PART-P01
Expand Down
2 changes: 1 addition & 1 deletion artifacts/verification/FV-FALCON-PREARM-003.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ artifacts:
steps:
- run: cargo test -p relay-preflight
- run: cargo test -p relay-preflight --release
- run: cargo test -p falcon-core
- run: cargo test -p falcon-core prearm
- run: cargo kani -p relay-preflight
links:
- type: verifies
Expand Down
2 changes: 1 addition & 1 deletion artifacts/verification/FV-FALCON-RANGEDRV-001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ artifacts:
steps:
- run: cargo test -p relay-flowrange
- run: cargo test -p relay-flowrange --release
- run: cargo test -p falcon-core
- run: cargo test -p falcon-core range
- run: cargo kani -p relay-flowrange
links:
- type: verifies
Expand Down
Loading