Commit 49185ba3 authored by garciay's avatar garciay
Browse files

STF545: Review first test

parent 2055629d
......@@ -22,6 +22,9 @@ module LibItsPki_TestSystem {
import from EtsiTs102941MessagesItss language "ASN.1:1997" all;
import from EtsiTs103097Module language "ASN.1:1997" all;
// LibSecurity
import from LibItsSecurity_TestSystem all;
// LibCam
import from LibItsCam_TestSystem all;
......@@ -32,7 +35,12 @@ module LibItsPki_TestSystem {
port HttpPort httpPort;
} // End of component ItsPkiSystem
type component ItsPki extends ItsCam {
type component ItsPkiItss extends ItsCam, ItsSecurityBaseComponent {
port HttpPort httpPort;
} // End of component ItsPkiItss
type component ItsPki extends ItsBaseComponent, ItsSecurityBaseComponent {
port HttpPort httpPort;
} // End of component ItsPki
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment