File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change @@ -636,3 +636,53 @@ jobs:
636
636
run : |
637
637
java -jar target/dtls-fuzzer.jar args/wolfssl/learn_wolfssl_client_dhe_cert_req_DTLS13 -Dwolfssl.version=5.7.6 -roundLimit 8
638
638
experiments/scripts/diff_hyps.sh experiments/models/regression/clients/rounds/wolfssl-5.7.6_client_dhe_cert_req_DTLS13 output/wolfssl-5.7.6_client_dhe_cert_req_DTLS13 8
639
+
640
+ Scandium-2-6-2_Server_psk_ra :
641
+ if : ${{ !contains(github.event.head_commit.message, 'ci skip') }}
642
+ runs-on : ubuntu-latest
643
+ strategy :
644
+ fail-fast : true
645
+ steps :
646
+ - name : Checkout code
647
+ uses : actions/checkout@v4
648
+
649
+ - name : Set up JDK 17
650
+ uses : actions/setup-java@v4
651
+ with :
652
+ java-version : ' 17'
653
+ distribution : ' temurin'
654
+
655
+ - name : Install DTLS-Fuzzer
656
+ run : ./install.sh
657
+
658
+ - name : Setup SUT
659
+ run : ./setup_sut.sh scandium-2.6.2
660
+
661
+ - name : Test scandium-2.6.2 Server (server_psk_ra)
662
+ run : |
663
+ java -jar target/dtls-fuzzer-0.3-SNAPSHOT-ra-jar-with-dependencies.jar args/scandium/learn_scandium_server_psk_ra -Dscandium.version=2.6.2 -roundLimit 5
664
+
665
+ CTinyDTLS_Server_psk_ra :
666
+ if : ${{ !contains(github.event.head_commit.message, 'ci skip') }}
667
+ runs-on : ubuntu-latest
668
+ strategy :
669
+ fail-fast : true
670
+ steps :
671
+ - name : Checkout code
672
+ uses : actions/checkout@v4
673
+
674
+ - name : Set up JDK 17
675
+ uses : actions/setup-java@v4
676
+ with :
677
+ java-version : ' 17'
678
+ distribution : ' temurin'
679
+
680
+ - name : Install DTLS-Fuzzer
681
+ run : ./install.sh
682
+
683
+ - name : Setup SUT
684
+ run : ./setup_sut.sh ctinydtls
685
+
686
+ - name : Test Contiki-NG TinyDTLS Server (psk)
687
+ run : |
688
+ java -jar target/dtls-fuzzer-0.3-SNAPSHOT-ra-jar-with-dependencies.jar args/ctinydtls/learn_ctinydtls_server_psk_ra -roundLimit 5
You can’t perform that action at this time.
0 commit comments