Commit d8c75cd
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 a783d7d commit d8c75cd
2 files changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
| 623 | + | |
623 | 624 | | |
| 625 | + | |
624 | 626 | | |
| 627 | + | |
625 | 628 | | |
| 629 | + | |
626 | 630 | | |
| 631 | + | |
627 | 632 | | |
| 633 | + | |
628 | 634 | | |
| 635 | + | |
629 | 636 | | |
630 | 637 | | |
| 638 | + | |
631 | 639 | | |
| 640 | + | |
632 | 641 | | |
| 642 | + | |
633 | 643 | | |
| 644 | + | |
634 | 645 | | |
| 646 | + | |
635 | 647 | | |
| 648 | + | |
636 | 649 | | |
| 650 | + | |
637 | 651 | | |
| 652 | + | |
638 | 653 | | |
| 654 | + | |
639 | 655 | | |
| 656 | + | |
640 | 657 | | |
| 658 | + | |
641 | 659 | | |
642 | 660 | | |
643 | 661 | | |
| |||
654 | 672 | | |
655 | 673 | | |
656 | 674 | | |
657 | | - | |
| 675 | + | |
658 | 676 | | |
659 | 677 | | |
660 | 678 | | |
| |||
| 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