Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
7e91a81d
Commit
7e91a81d
authored
Sep 19, 2018
by
garciay
Browse files
Dockerfile: useradd issue fixed
parent
9b425776
Changes
2
Show whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
7e91a81d
...
...
@@ -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 \
...
...
ttcn/AtsPki/ItsPki_TestCases.ttcn
View file @
7e91a81d
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment