]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
NSS interoperability test - 2way TLSv1.3
authorStanislav Zidek <szidek@redhat.com>
Fri, 30 Sep 2022 13:36:17 +0000 (15:36 +0200)
committerStanislav Zidek <szidek@redhat.com>
Fri, 30 Sep 2022 13:36:17 +0000 (15:36 +0200)
Signed-off-by: Stanislav Zidek <szidek@redhat.com>
.gitlab-ci.yml
tests/suite/tls-interoperability

index 9b49210c0031687a47f88e51f7ec416257020c17..250964873bc3ec60337df23ee203e25482af0f9e 100644 (file)
@@ -378,26 +378,23 @@ fedora-interop/test:
     - fedora-minimal/build
   parallel:
     matrix:
-      - COMPONENT:
-          - openssl
-          #- nss # currently fails on Fedora due to NSS bug
-        TYPE:
-          - 2way
-          #- 3way # these tests take too long, plan is to split them
-          #- 4way
-          #- 5way
-          #- p256
-          #- p384
-          #- p521
-          #- rsae
-          #- rsapss
+      - COMPONENT: openssl
+        TYPE: 2way
+        SLICEID: 0
+        SLICES: 1
+      - COMPONENT: nss
+        TYPE: 2way
+        SLICEID: [0, 1]
+        SLICES: 2
+  timeout: 45 minutes
   allow_failure: true
   script:
     - cd tests/suite/tls-interoperability/
     - echo "Tests to run:"
     - tmt run plans -n interop tests -f "tag:interop-gnutls" -f "tag:interop-$TYPE" -f "tag:interop-$COMPONENT"  discover -v
+    - echo "Slicing SLICE_TOTAL=$SLICES SLICE_ID=$SLICEID"
     - echo "Run the tests:"
-    - tmt run -a plans -n interop tests -f "tag:interop-gnutls" -f "tag:interop-$TYPE" -f "tag:interop-$COMPONENT" provision -h local execute -h tmt --interactive
+    - tmt run -a -e "SLICE_TOTAL=$SLICES" -e "SLICE_ID=$SLICEID" plans -n interop tests -f "tag:interop-gnutls" -f "tag:interop-$TYPE" -f "tag:interop-$COMPONENT" provision -h local execute -h tmt --interactive
 
 fedora-SSL-3.0/build:
   extends:
index fd76ba18687e684f656bb3cf7a37fcb93b4e1f0f..9907a150b891e3ad9fe1443806450862d66b1cc1 160000 (submodule)
@@ -1 +1 @@
-Subproject commit fd76ba18687e684f656bb3cf7a37fcb93b4e1f0f
+Subproject commit 9907a150b891e3ad9fe1443806450862d66b1cc1