Commit 00205569 authored by mullers's avatar mullers
Browse files

small modifs while reviewing

parent e5920bfe
Loading
Loading
Loading
Loading
+6 −11
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ group IsfCsfCommon {
	/*
	 * @desc	TP Ref: TP_PMR_0406_01
	*/
	testcase TC_PMR_0406_01()
	testcase TC_PMR_0406_01(ColourCode p_cc)
	runs on ServerSyncComp
	system TestAdapter {

@@ -44,10 +44,10 @@ group IsfCsfCommon {
		f_cfSimuUp(v_simu, v_ut);

		//Test body
		v_simu.start(f_TC_PMR_0406_01_Simu(c_grpBcf1));
		v_ut.start(f_TC_IutToStandby_Ut(c_grpBcf1)); // select CC B channel 1
		v_simu.start(f_TC_PMR_0406_01_Simu(p_cc/*c_grpBcf1*/));
		v_ut.start(f_TC_IutToStandby_Ut(p_cc/*c_grpBcf1*/)); // select CC B channel 1

		// synchronize both PTCs on these 2 sychronization points
		// synchronize both PTCs
		f_serverSync2ClientsAndStop({c_prDone});

		// Configuration Down
@@ -60,7 +60,7 @@ group IsfCsfCommon {
	runs on Simu {
		// Variables
		var FncRetCode v_ret := e_success;
		// Configuration
		
		//Default
		activate(a_dftSimu());
		//Preamble
@@ -79,16 +79,11 @@ group IsfCsfCommon {
				}
		} // end alt

		
		//Postamble
		//no Postamble
		
		deactivate;
	} // end f_TC_PMR_0406_01_Simu





	function f_TC_IutToStandby_Ut( ColourCode p_cc ) 
	runs on Ut {
		//Variables