Loading docker/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ RUN echo "docker-titan-STF525" > /etc/hostname \ xsltproc \ && DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y \ && DEBIAN_FRONTEND=noninteractive apt-get autoclean \ && useradd --create-home --shell /bin/bash --groups sudo,etsi etsi \ && useradd --create-home --shell /bin/bash --user-group etsi --groups sudo \ && echo "etsi:etsi" | chpasswd \ && adduser etsi sudo \ && cd /home/etsi \ Loading ttcn/AtsPki/ItsPki_TestCases.ttcn +137 −109 Original line number Diff line number Diff line Loading @@ -58,6 +58,34 @@ module ItsPki_TestCases { // AtsPki import from ItsPki_Functions all; /** * @desc Check that protocolVersion is set to 1 and messageID is * set to 2. * <pre> * Pics Selection: PICS_CAM_GENERATION * Initial conditions: * with { * the IUT being in the "initial state" * } * Expected behaviour: * ensure that { * when { * a CAM is generated * } * then { * the IUT sends a valid CAM * containing ITS PDU header * containing protocolVersion * indicating value 1 * and containing messageID * indicating value 2 * } * } * </pre> * * @see ETSI TS 102 868-2 v1.4.1 TP/CAM/MSD/FMT/BV-01 * @reference ETSI EN 302 637-2 v1.3.2, Annex B.1 */ testcase TC_SEC_PKI_SND_EA_01_BV() runs on ItsPki system ItsPkiSystem { // Local variables Loading Loading
docker/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ RUN echo "docker-titan-STF525" > /etc/hostname \ xsltproc \ && DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y \ && DEBIAN_FRONTEND=noninteractive apt-get autoclean \ && useradd --create-home --shell /bin/bash --groups sudo,etsi etsi \ && useradd --create-home --shell /bin/bash --user-group etsi --groups sudo \ && echo "etsi:etsi" | chpasswd \ && adduser etsi sudo \ && cd /home/etsi \ Loading
ttcn/AtsPki/ItsPki_TestCases.ttcn +137 −109 Original line number Diff line number Diff line Loading @@ -58,6 +58,34 @@ module ItsPki_TestCases { // AtsPki import from ItsPki_Functions all; /** * @desc Check that protocolVersion is set to 1 and messageID is * set to 2. * <pre> * Pics Selection: PICS_CAM_GENERATION * Initial conditions: * with { * the IUT being in the "initial state" * } * Expected behaviour: * ensure that { * when { * a CAM is generated * } * then { * the IUT sends a valid CAM * containing ITS PDU header * containing protocolVersion * indicating value 1 * and containing messageID * indicating value 2 * } * } * </pre> * * @see ETSI TS 102 868-2 v1.4.1 TP/CAM/MSD/FMT/BV-01 * @reference ETSI EN 302 637-2 v1.3.2, Annex B.1 */ testcase TC_SEC_PKI_SND_EA_01_BV() runs on ItsPki system ItsPkiSystem { // Local variables Loading