Commit af19d17
committed
Skip ACVP tests on Amazon Linux 2 containers
- Skip ACVP tests when Python on the container does not support
hashlib sha512_224.
- In previous commit, when adding several containers to
ec2_compatibilitytests, we found that three Amazon Linux 2 containers
could not run ACVP tests correctly due to missing support for newer
hashlib hash types:
* `amazonlinux-2-aarch:base`
* `amazonlinux-2-aarch:gcc-7x`
* `amazonlinux-2-aarch:clang-7x`
- For these containers, we set `acvptest` to false. We also added a guard
around `make quickcheck` in `ci_ec2_container.yml` and left a comment
for future refinement.
Signed-off-by: willieyz <willie.zhao@chelpis.com>1 parent 66527cf commit af19d17
2 files changed
+25
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
| 623 | + | |
| 624 | + | |
623 | 625 | | |
| 626 | + | |
| 627 | + | |
624 | 628 | | |
| 629 | + | |
| 630 | + | |
625 | 631 | | |
| 632 | + | |
626 | 633 | | |
| 634 | + | |
627 | 635 | | |
| 636 | + | |
628 | 637 | | |
| 638 | + | |
629 | 639 | | |
630 | 640 | | |
| 641 | + | |
631 | 642 | | |
| 643 | + | |
632 | 644 | | |
| 645 | + | |
633 | 646 | | |
| 647 | + | |
634 | 648 | | |
| 649 | + | |
635 | 650 | | |
| 651 | + | |
636 | 652 | | |
| 653 | + | |
637 | 654 | | |
| 655 | + | |
638 | 656 | | |
| 657 | + | |
639 | 658 | | |
| 659 | + | |
640 | 660 | | |
| 661 | + | |
641 | 662 | | |
642 | 663 | | |
643 | 664 | | |
| |||
654 | 675 | | |
655 | 676 | | |
656 | 677 | | |
657 | | - | |
| 678 | + | |
658 | 679 | | |
659 | 680 | | |
660 | 681 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
172 | 175 | | |
173 | 176 | | |
174 | 177 | | |
| |||
0 commit comments