Commit 4d057b1
Add
- This commit adds EC2 functional tests for mldsa-native,
similar to what we have in mlkem-native.
- Unlike other functional tests that run on GitHub runners, the EC2
tests provide a bit more flexibility and control over the actual CPU
architecture being tested.
- During this work, we found that the CI did not raise an error when
specifying a config_variations value that does not exist.
For example, In this commit, We passed several non-existent config
headers from PR #607, which has not been merged yet. The CI silently
accepted these missing configurations without any error.
- Since the configuration header from PR #607 is not yet merged,
we temporarily comment out the config_variations parameter.
Once PR #607 is ported, we will re-enable it.
- We also plan to add test ID validation,
similar to mlkem-native PR #1291, to prevent false-positive test
results caused by invalid configuration entries.
Signed-off-by: willieyz <[email protected]>ec2_functests for further platforms test1 parent 500fc82 commit 4d057b1
1 file changed
+57
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
453 | 510 | | |
454 | 511 | | |
455 | 512 | | |
| |||
0 commit comments