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

STF545: Review first test

parent 2055629d
Loading
Loading
Loading
Loading
+9 −1
Original line number Original line Diff line number Diff line
@@ -22,6 +22,9 @@ module LibItsPki_TestSystem {
    import from EtsiTs102941MessagesItss language "ASN.1:1997" all;
    import from EtsiTs102941MessagesItss language "ASN.1:1997" all;
    import from EtsiTs103097Module language "ASN.1:1997" all;
    import from EtsiTs103097Module language "ASN.1:1997" all;
    
    
    // LibSecurity
    import from LibItsSecurity_TestSystem all;
    
    // LibCam
    // LibCam
    import from LibItsCam_TestSystem all;
    import from LibItsCam_TestSystem all;
    
    
@@ -32,7 +35,12 @@ module LibItsPki_TestSystem {
        port HttpPort httpPort;
        port HttpPort httpPort;
    } // End of component ItsPkiSystem
    } // 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;
        port HttpPort httpPort;
        
        
    } // End of component ItsPki
    } // End of component ItsPki