Skip to content

Commit 50ffd7b

Browse files
committed
Add FIPS tests to minimal version although
they are not tested. Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent d09e3ea commit 50ffd7b

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

20-minimal/test/test-fips

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/test-fips

22-minimal/test/test-fips

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/test-fips

24-minimal/test/test-fips

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../test/test-fips

test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
IMAGE_TAG = "15-c9s"
4343

4444
def skip_for_minimal():
45-
if "minimal" in VERSION:
45+
if "minimal" in VARS.VERSION:
4646
skip("This test is not available for NodeJS minimal container")
4747

0 commit comments

Comments
 (0)