Commit 2b3ddedc authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed on TC_SH_AS_MS_01

parent 2dfe128f
Loading
Loading
Loading
Loading
+321 −321
Original line number Diff line number Diff line
@@ -2609,12 +2609,12 @@ module DiameterShDh_TestCases {
                    
                    // Test control
                    if (not PICS_AS_IUT) {
                        log("*** " & __SCOPE__ & ": ERROR: 'PICS_HSS_IUT' required for executing the TC. ***"); 
                        log("*** " & __SCOPE__ & ": ERROR: 'PICS_AS_IUT' required for executing the TC. ***"); 
                        stop;
                    }
                    
                    // Test component configuration
                    f_cf_1Sh_asUp(v_diameterSh_as);
                    f_cf_1Sh_hssUp(v_diameterSh_as);
                    
                    // Start
                    v_diameterSh_as.start(f_TC_SH_AS_MS_01()); 
@@ -2622,7 +2622,7 @@ module DiameterShDh_TestCases {
                    // synchronize PTC on 1 sychronization points
                    f_serverSyncNClientsAndStop(f_NrofComps(), {c_prDone, c_tbDone, c_poDone});
                        
                    f_cf_1Sh_asDown(v_diameterSh_as);
                    f_cf_1Sh_hssDown(v_diameterSh_as);
                        
                } // End of testcase TC_SH_AS_MS_01