Commit 656dbf3a authored by YannGarcia's avatar YannGarcia
Browse files

Reorganize modules

parent 65d29a8c
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
 *    @desc       This module provides the TCfunctions used by the test component
 *          for SCCAS tests.
 */
module AtsSccas_TCFunctions {
module AtsSccas_TCFunctions_TS124292 {
    // LibCommon
    import from LibCommon_Sync all;
    import from LibCommon_VerdictControl all;
@@ -27,7 +27,6 @@ module AtsSccas_TCFunctions {
    import from AtsSccas_PICS all;
    import from AtsSccas_PIXITS all;


    group isc_registration {

        /*
@@ -56,4 +55,4 @@ module AtsSccas_TCFunctions {
        
     } // End of group isc_registration
     
} // End of module AtsSccas_TCFunctions
 No newline at end of file
} // End of module AtsSccas_TCFunctions_TS124292
 No newline at end of file
+4 −6
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
 *    @desc       This module provides the Test Cases for SCCAS ETSI TS 124 292 v1.6.0.
 */

module AtsSccas_TS124292_Testcases
module AtsSccas_Testcases_TS124292
{
    //LibCommon
    import from LibCommon_Sync all ;
@@ -24,12 +24,10 @@ module AtsSccas_TS124292_Testcases
    group isc_registration {
        
        /*
         * @desc TC_IMST2_GM_GEN_01
         * @desc Verify that the MSC successfully register to the IM CN Subsystem
         * @param p_cSeq_s Transaction Id
         */
        testcase TC_ISC_SCCAS_MSC_REG_01(inout CSeq p_cSeq_s) 
        runs on ServerSyncComp
        system TestAdapter {
        testcase TC_ISC_SCCAS_MSC_REG_01(inout CSeq p_cSeq_s) runs on ServerSyncComp system TestAdapter {
            //Variables
            var ImsComponent v_imsComponent_ueims;
            f_cf_1IscUp(v_imsComponent_ueims);
@@ -46,4 +44,4 @@ module AtsSccas_TS124292_Testcases
          
     } // End of isc_registration

} // End of module AtsSccas_TS124292_Testcases
} // End of module AtsSccas_Testcases_TS124292