* @desc Check that the IUT accepts a create request of <AE> resource with attributes multiplicity equals to 1 and asking AE_ID_Stem by indicating AE_ID_Stem starting with character ‘S’.
*
*/
testcase TC_CSE_REG_CRE_020() runs on Tester system CseSystem {
setverdict(fail, __SCOPE__ & ": ResourceID not starting with 'S'");
}
} else {
setverdict(fail, __SCOPE__ & ": ResourceID attribute not present");
}
} else {
setverdict(fail, __SCOPE__ & ": AE resource representation not present");
}
}
[] mcaPort.receive(mw_response(mw_responsePrimitiveInverse(int2001))) -> value vc_response{
tc_ac.stop;
setverdict(fail, __SCOPE__ & ": Error while creating AE with status code " & int2str(enum2int(vc_response.primitive.responsePrimitive.responseStatusCode)));
}
[] tc_ac.timeout {
setverdict(fail, __SCOPE__ & ": No answer while creating AE");
}
}
// Postamble
f_cse_postamble_deleteResources();
// Tear down
f_cf01Down();
}
/**
/**
* @desc Check that the IUT rejects the create request of <CSEBase> resource.
* @desc Check that the IUT rejects the create request of <CSEBase> resource.