Commit 445bf872 authored by YannGarcia's avatar YannGarcia
Browse files

Bug fixed in Dockerfile.stfubuntu

parent 515b83ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ RUN echo "docker-STF-dev" > /etc/hostname \
    && DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y \
    && DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:linuxuprising/java -y \
    && DEBIAN_FRONTEND=noninteractive apt-get update \
    && ( echo "oracle-java17-installer shared/accepted-oracle-license-v1-2 boolean true" | debconf-set-selections -v ) \
    && ( echo "oracle-java17-installer shared/accepted-oracle-license-v1-3 boolean true" | debconf-set-selections -v ) \
    && DEBIAN_FRONTEND=noninteractive apt-get --allow-unauthenticated install -y \
      autoconf \
      bison \
+2 −3
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ system.utPort.params := "UT_GN/UDP(dst_ip=127.0.0.1,src_port=12346,dst_port=1234
#ItsSecurity_TestCases.TC_SEC_ITSS_SND_GENMSG_02_BV

#Check that ITS-S sends a Ieee1609Dot2Data containing protocol version set to 3
#ItsSecurity_TestCases.TC_SEC_ITSS_SND_MSG_01_BV
ItsSecurity_TestCases.TC_SEC_ITSS_SND_MSG_01_BV

# ------------------------- CAM ---------------------------
# Check that IUT sends the secured CAM using SignedData container.
@@ -291,8 +291,7 @@ system.utPort.params := "UT_GN/UDP(dst_ip=127.0.0.1,src_port=12346,dst_port=1234
# Check that IUT accepts a valid secured CAM message signed with certificate containing region restriction
#ItsSecurity_TestCases.TC_SEC_ITSS_RCV_CAM_04_BV_XX
# Check that IUT accepts a valid secured CAM message signed using the brainpoolP256r1 algorithm
ItsSecurity_TestCases.TC_SEC_ITSS_RCV_CAM_05_BV

#ItsSecurity_TestCases.TC_SEC_ITSS_RCV_CAM_05_BV

[MAIN_CONTROLLER]
# The options herein control the behavior of MC.
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get --allow-unauthenticated install emacs openjdk-11-jre gcc-8 g++-8 git subversion lsof ntp gdb make cmake flex bison autoconf doxygen graphviz libtool libncurses5-dev expect libssl-dev libgcrypt-dev libxml2-dev libedit2 libedit-dev xutils-dev libjsoncpp-dev tcpdump libpcap-dev libwireshark-dev wget tree unzip sshpass kubuntu-desktop valgrind qt5-default qttools5-dev qtmultimedia5-dev libqt5svg5-dev vim tzdata dos2unix xsltproc -y
# Install java
#sudo DEBIAN_FRONTEND=noninteractive apt-get install oracle-java17-installer oracle-java17-set-default -y
#echo "oracle-java17-installer shared/accepted-oracle-license-v1-2 boolean true" | debconf-set-selections -v
#echo "oracle-java17-installer shared/accepted-oracle-license-v1-3 boolean true" | debconf-set-selections -v
sudo DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y
sudo DEBIAN_FRONTEND=noninteractive apt-get clean