Commit d04ca2d5 authored by filatov's avatar filatov
Browse files

fix certificate usage instruction for DENM

parent 5cdfe9ea
Loading
Loading
Loading
Loading
+2 −16
Original line number Diff line number Diff line
@@ -2884,14 +2884,8 @@ module ItsDenm_TpFunctions {
                }
                
                // Test component configuration
                f_cfUp();
                
                // Test adapter configuration
                // instruct adapter to use p_certName to sign message
                if(e_success != f_acTriggerSecEvent(m_acEnableSecurity(p_certName))) { 
                    log("*** INFO: TEST CASE NOW STOPPING ITSELF! ***");
                    stop;
                }
                f_cfUp(p_certName);
                
                // Preamble
                f_prInitialState();
@@ -2967,17 +2961,9 @@ module ItsDenm_TpFunctions {
                }
                
                // Test component configuration
                // instruct adapter to use normal certificate to sign message
                f_cfUp();
                
                // Test adapter configuration
                
                // instruct adapter to use c_certName_FullDENMSSP to sign message
                if(e_success != f_acTriggerSecEvent(m_acEnableSecurity(c_certName_FullDENMSSP))) { 
                    log("*** INFO: TEST CASE NOW STOPPING ITSELF! ***");
                    stop;
                }
                
                
                // Preamble
                f_prInitialState();
                f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);