Skip to content
Snippets Groups Projects
Commit f167484d authored by AHMADABB's avatar AHMADABB
Browse files

After reading TS0028 correction of previously produced TC was ESPrim is

in fact ESCertKE. Removed testing phrase of previous test commit. 
parent c52aa907
No related branches found
No related tags found
No related merge requests found
/.project
/.classpath
/ttcn3build/
......@@ -1343,8 +1343,7 @@ module OneM2M_Templates {
/**
* @desc SecurityInfo content
* @param p_securityInfoType security type integer
* This is a test for git commit from TTworkbench
* @param p_securityInfoType security type integer
*/
template SecurityInfo m_contentSecurityInfo (in SecurityInfoType p_securityInfoType) := {
securityInfoType := p_securityInfoType,
......
......@@ -79,9 +79,9 @@ module OneM2M_Testcases_CSE_Release_2_SEC_STF531 {
group CSE {
group ESPrim {
group ESCertKE {
testcase TC_CSE_ESC_001() runs on AeSimu system CseSystem {
testcase TC_CSE_ESC_BV_001() runs on AeSimu system CseSystem {
var MsgIn v_response;
var integer v_aeIndex := -1;
var template RequestPrimitive v_requestNotify := m_notifyEmpty;
......@@ -90,16 +90,20 @@ module OneM2M_Testcases_CSE_Release_2_SEC_STF531 {
f_cf02Up();
// Test adapter configuration
// Preamble
v_aeIndex := f_cse_preamble_registerAe();//c_CRUDNDi);
//TestBody
v_requestNotify.primitiveContent := {securityInfo := m_contentSecurityInfo(int6)};
v_requestNotify.primitiveContent.securityInfo.escertkeMessage := "Q2xpZW50IEhlbGxv"; //'Q2xpZW50IEhlbGxv'O => "Client Hello" Bqse64 representation Was ''O
}
} // end of group ESPrim
} // end of group ESCertKE
}//end group CSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment