testcase TC_CSE_SEC_ACP_BV_004_01() runs on CseTester system CseSystem { //Create
f_CSE_SEC_ACP_BV_004(m_createContainerBase);
}//end TC_CSE_SEC_ACP_BV_004_01
/**
* @desc Check that the IUT responds successfully when any ORIGINATOR tries an OPERATION on a AE_RESOURCE_TYPE resource for which all originators are allowed
*
*/
testcase TC_CSE_SEC_ACP_004_CRE() runs on CseTester system CseSystem { //Create
f_CSE_SEC_ACP_004(m_createContainerBase);
}//end TC_CSE_SEC_ACP_004_CRE
testcase TC_CSE_SEC_ACP_BV_004_02() runs on CseTester system CseSystem { //Update
testcase TC_CSE_SEC_ACP_004_UPD() runs on CseTester system CseSystem { //Update
var template RequestPrimitive v_updateRequest := m_updateAeBase;
testcase TC_CSE_SEC_ACP_BV_011_01() runs on CseTester system CseSystem { //Create
f_CSE_SEC_ACP_BV_011(m_createContainerBase);
}//end TC_CSE_SEC_ACP_BV_011_01
/**
* @desc Check that the IUT responds successfully when the AE tries an OPERATION on its child <container> resource whose accessControlPolicyID attribute is not set and AE has privileges for such OPERATION on its associated accessControlPolicy resource
*
*/
testcase TC_CSE_SEC_ACP_011_CRE() runs on CseTester system CseSystem { //Create
f_CSE_SEC_ACP_011(m_createContainerBase);
}//end TC_CSE_SEC_ACP_011_CRE
testcase TC_CSE_SEC_ACP_BV_011_02() runs on CseTester system CseSystem { //Update
testcase TC_CSE_SEC_ACP_011_UPD() runs on CseTester system CseSystem { //Update
var template RequestPrimitive v_updateRequest := m_updateContainerBase;
* @desc Check that the IUT responds with an error when an ORIGINATOR tries an OPERATION on a <Container> resource with no accessControlPolicyID associated and such ORIGINATOR having no privileges for performing the OPERATION on the <Container> resource.
*
*/
testcase TC_CSE_SEC_ACP_012_CRE() runs on CseTester system CseSystem { //Create
f_CSE_SEC_ACP_012(m_createContainerBase, int62);
}//end TC_CSE_SEC_ACP_012_CRE
testcase TC_CSE_SEC_ACP_BO_012_02() runs on CseTester system CseSystem { //Update
testcase TC_CSE_SEC_ACP_012_UPD() runs on CseTester system CseSystem { //Update
var template RequestPrimitive v_updateRequest := m_updateContainerBase;
testcase TC_CSE_SEC_ACP_BO_013_01() runs on CseTester system CseSystem { //Create
f_CSE_SEC_ACP_BO_013(m_createContainerBase);
}//end TC_CSE_SEC_ACP_BO_013_01
/**
* @desc Check that the IUT responds with an error when an ORIGINATOR tries an OPERATION without having privileges for performing the OPERATION on the TARGET_RESOURCE_TYPE resource.
*
*/
testcase TC_CSE_SEC_ACP_001_CRE() runs on CseTester system CseSystem { //Create
f_CSE_SEC_ACP_001(m_createContainerBase);
}//end TC_CSE_SEC_ACP_001_CRE
testcase TC_CSE_SEC_ACP_BO_013_02() runs on CseTester system CseSystem { //Update
testcase TC_CSE_SEC_ACP_001_UPD() runs on CseTester system CseSystem { //Update
var template RequestPrimitive v_updateRequest := m_updateAeBase;
testcase TC_CSE_SEC_ACP_BV_014_01() runs on CseTester system CseSystem { //Create
f_CSE_SEC_ACP_BV_014(m_createContainerBase);
}//end TC_CSE_SEC_ACP_BV_014_01
/**
* @desc Check that the IUT responds successfully when the AE tries an OPERATION on its <AE> resource which has multiple accessControlPolicyID attribute
*
*/
testcase TC_CSE_SEC_ACP_002_CRE() runs on CseTester system CseSystem { //Create
f_CSE_SEC_ACP_002(m_createContainerBase);
}//end TC_CSE_SEC_ACP_002_CRE
testcase TC_CSE_SEC_ACP_BV_014_02() runs on CseTester system CseSystem { //Update
testcase TC_CSE_SEC_ACP_002_UPD() runs on CseTester system CseSystem { //Update
var template RequestPrimitive v_updateRequest := m_updateAeBase;
testcase TC_CSE_SEC_ACP_BV_015() runs on CseTester system CseSystem {
/**
* @desc Check that the IUT updates successfully the accessControlPolicyIDs attribute of the <AE> resource when the AE has privileges for UPDATE operation in any selfPrivileges of the <accessControlPolicy> resources which this attribute originally indicates.
*
*/
testcase TC_CSE_SEC_ACP_UPD_001() runs on CseTester system CseSystem {
testcase TC_CSE_SEC_ACP_BV_016() runs on CseTester system CseSystem {
/**
* @desc Check that the IUT responds with an error when the AE tries an UPDATE operation on the accessControlPolicyIDs attribute without having privileges for such operation in any selfPrivileges of the <accessControlPolicy> resources which this attribute originally indicates.
*
*/
testcase TC_CSE_SEC_ACP_UPD_002() runs on CseTester system CseSystem {