282 lines
16 KiB
Bash
282 lines
16 KiB
Bash
#!/bin/ksh
|
|
set -a
|
|
ANT_HOME=apache-ant-1.6.2
|
|
JAVA_HOME=/usr/java14
|
|
PATH=$ANT_HOME/bin:$JAVA_HOME/bin:$PATH
|
|
THIS_PATH=`dirname $0`
|
|
|
|
if [ $1 == "recipient.bu" ]
|
|
then
|
|
if [ $2 == "NULL" ]
|
|
then
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBITAccodata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBITAnnullataAdHocPrimaValidazione -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBITAnnullataAdHocSecondaValidazione -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBitOk -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBITPresaincaricoAnnullataRICHDUP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBITPresaincaricoScartataWL -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBITRifiutataAdHocPrimaValidazione -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBITRifiutataAdHocSecondaValidazione -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrjHocBITPrepagatoOk -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazioneInviataBIT -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazionePresaincaricoBIT -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBITPassaggioAdHoc -Dtype=$1
|
|
else
|
|
ant test -buildfile buildTest.xml -Dtest=$2 -Dtype=$1
|
|
fi
|
|
elif [ $1 == "recipient.co" ]
|
|
then
|
|
if [ $2 == "NULL" ]
|
|
then
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSCAccodata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSCOk -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSCPresaincaricoAnnullataRICHDUP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSCPresaincaricoScartataWL -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPAccodata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPESPAccodata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPESPOk -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPESPPresaincaricoAnnullataRICHDUP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPESPPresaincaricoScartataWL -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPOk -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPPresaincaricoAnnullataRICHDUP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPPresaincaricoScartataWL -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazioneInviataMSC -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazioneInviataMSP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazioneInviataSID -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazionePresaincaricoMSC -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazionePresaincaricoMSP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazionePresaincaricoSID -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazioneInviataMSPESP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazionePresaincaricoMSPESP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteSIDAccodata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteSidOk -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteSidPresaincaricoAnnullataRICHDUP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteSidPresaincaricoScartataWL -Dtype=$1
|
|
else
|
|
ant test -buildfile buildTest.xml -Dtest=$2 -Dtype=$1
|
|
fi
|
|
elif [ $1 == "homezone.msc" ]
|
|
then
|
|
if [ $2 == "NULL" ]
|
|
then
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSCEspletataKO -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSCOk -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSCRifiutata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSCScartataPresaincarico -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSCCessazioneOk -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSCCessazioneScartataPresaincarico -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSCCessazioneRifiutata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSCCessazioneEspletataKO -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSCCessazioneDefOk -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSCCessazioneDefScartataPresaincarico -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSCCessazioneDefRifiutata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSCCessazioneDefEspletataKO -Dtype=$1
|
|
else
|
|
ant test -buildfile buildTest.xml -Dtest=$2 -Dtype=$1
|
|
fi
|
|
elif [ $1 == "homezone.msp" ]
|
|
then
|
|
if [ $2 == "NULL" ]
|
|
then
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSPEspletataKO -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSPOk -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSPRifiutata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteHZMSPScartataPresaincarico -Dtype=$1
|
|
else
|
|
ant test -buildfile buildTest.xml -Dtest=$2 -Dtype=$1
|
|
fi
|
|
elif [ $1 == "donor.bu" ]
|
|
then
|
|
if [ $2 == "NULL" ]
|
|
then
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBUPassaggioDaStandardAdHoc -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBUPostpagataDPPSOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBUPostpagataDPPSRifiutata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBUPostpagataSIMBAOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBUPrepagataAdHocOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBUPrepagataOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBUPrepagataRifiutata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBUPrepagataScartata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBUPrepagataToCOOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBURichDup -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBURifiutataAdHocByValidating -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBURifiutataAdHocByValidatingUno -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepBUToBU -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepCOToBU -Dtype=$1
|
|
else
|
|
ant test -buildfile buildTest.xml -Dtest=$2 -Dtype=$1
|
|
fi
|
|
elif [ $1 == "donor.co" ]
|
|
then
|
|
if [ $2 == "NULL" ]
|
|
then
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteAnnullamento -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOAdHocValidataBit -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPostpagataOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPostpagataRifiutata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPrepagataAdHocRifiutata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPrepagataCOOPOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPrepagataCOOPPOSTEOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCoPrepagataMTVOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPrepagataOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPrepagataOKRecPOSTE -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPrepagataRifiutata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPrepagataScartata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPrepagataScartataManutenzione -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPrepagataValidataBit -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCORichDup -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteGispResponse -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepBUToCO -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepCOToCO -Dtype=$1
|
|
else
|
|
ant test -buildfile buildTest.xml -Dtest=$2 -Dtype=$1
|
|
fi
|
|
elif [ $1 == "donormvno.co" ]
|
|
then
|
|
if [ $2 == "NULL" ]
|
|
then
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCHPostpagatoRifiutata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCHPrepagatoRifiutata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPostpagatoAnnullata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPostpagatoOk -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPostpagatoScartato -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPostpagatoScartatoMP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPrepagatoAnnullata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPrepagatoOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPrepagatoScartato -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCOPrepagatoScartatoMP -Dtype=$1
|
|
else
|
|
ant test -buildfile buildTest.xml -Dtest=$2 -Dtype=$1
|
|
fi
|
|
elif [ $1 == "recipientmvno" ]
|
|
then
|
|
if [ $2 == "NULL" ]
|
|
then
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePostpagatoAccodata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePostpagatoAnnullataDaPresaincarico -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePostpagatoAnnullataPicDaInviata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePostpagatoAnnullataValDaInviata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePostpagatoOk -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePostpagatoRiufiutataDaInviata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePostpagatoRiufiutataDaPresaincarico -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepagatoAccodata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepagatoAnnullataDaPresaincarico -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepagatoAnnullataPicDaInviata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepagatoAnnullataValDaInviata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepagatoOk -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepagatoRiufiutataDaInviata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepagatoRiufiutataDaPresaincarico -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePresaincaricoPostpagatoScartata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePresaincaricoPrepagatoScartata -Dtype=$1
|
|
else
|
|
ant test -buildfile buildTest.xml -Dtest=$2 -Dtype=$1
|
|
fi
|
|
elif [ $1 == "donorvirtualemvno" ]
|
|
then
|
|
if [ $2 == "NULL" ]
|
|
then
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteAnnullamentiBU -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteAnnullamentiCO -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteAttivazAttivoGISP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteAttivazTerminaleGISP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteBITAccodataDonVirt -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCessAttivoGISP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCessTerminaleGISP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSCAccodataDonVirt -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPAccodataDonVirt -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPESPAccodataDonVirt -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepagatoBITDonorVirtOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepagatoMSCDonorVirtOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepagatoMSPDonorVirtOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepagatoMSPESPDonorVirtOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazioneBITDonVirt -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazioneMSCDonVirt -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazioneMSPDonVirt -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazioneMSPESPDonVirt -Dtype=$1
|
|
else
|
|
ant test -buildfile buildTest.xml -Dtest=$2 -Dtype=$1
|
|
fi
|
|
elif [ $1 == "recipientvirtualemvno" ]
|
|
then
|
|
if [ $2 == "NULL" ]
|
|
then
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteAccodataRecipientVirtPrep -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteAnnullamentiRecipientVirt -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCessAttivoGISP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCessTerminaleGISP -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepagatoRecipientVirtBUOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitePrepagatoRecipientVirtCOOK -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataRecipientVirtPrep -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRispAttKoRitentaOk -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRetrieveGisp -Dtype=$1
|
|
else
|
|
ant test -buildfile buildTest.xml -Dtest=$2 -Dtype=$1
|
|
fi
|
|
elif [ $1 == "cessazione" ]
|
|
then
|
|
if [ $2 == "NULL" ]
|
|
then
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCessazioneNonExTimDup -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCessazioneExTim -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCessazioneNonExTim -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCessazioneNonExTimRitenta -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCessazioneNonExTimScartata -Dtype=$1
|
|
else
|
|
ant test -buildfile buildTest.xml -Dtest=$2 -Dtype=$1
|
|
fi
|
|
elif [ $1 == "cessazioneporting" ]
|
|
then
|
|
if [ $2 == "NULL" ]
|
|
then
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCessazionePortingAnnullata -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCessazionePortingNonTimg -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteCessazionePortingTimg -Dtype=$1
|
|
else
|
|
ant test -buildfile buildTest.xml -Dtest=$2 -Dtype=$1
|
|
fi
|
|
elif [ $1 == "portingterzaparte" ]
|
|
then
|
|
if [ $2 == "NULL" ]
|
|
then
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitPortingTerzaParte -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitPortingTerzaParteDataCutOverMinore -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitPortingTerzaParteRitenta -Dtype=$1
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuitPortingTerzaParteScartata -Dtype=$1
|
|
else
|
|
ant test -buildfile buildTest.xml -Dtest=$2 -Dtype=$1
|
|
fi
|
|
elif [ $1 == "msp.mspesp" ]
|
|
then
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPAccodata -Dtype=recipient.co
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPESPAccodata -Dtype=recipient.co
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPESPOk -Dtype=recipient.co
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPESPPresaincaricoAnnullataRICHDUP -Dtype=recipient.co
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPESPPresaincaricoScartataWL -Dtype=recipient.co
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPMTVOk -Dtype=recipient.co
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPOk -Dtype=recipient.co
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPPresaincaricoAnnullataRICHDUP -Dtype=recipient.co
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteMSPPresaincaricoScartataWL -Dtype=recipient.co
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazioneInviataMSP -Dtype=recipient.co
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazioneInviataMSPESP -Dtype=recipient.co
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazioneInviataMSPMTV -Dtype=recipient.co
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazionePresaincaricoMSP -Dtype=recipient.co
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazionePresaincaricoMSPESP -Dtype=recipient.co
|
|
ant test -buildfile buildTest.xml -Dtest=TestSuiteRifiutataValidazionePresaincaricoMSPMTV -Dtype=recipient.co
|
|
elif [ $1 == "all" ]
|
|
then
|
|
$THIS_PATH/runTest.sh recipient.bu
|
|
$THIS_PATH/runTest.sh recipient.co
|
|
$THIS_PATH/runTest.sh homezone.msc
|
|
$THIS_PATH/runTest.sh homezone.msp
|
|
$THIS_PATH/runTest.sh donor.bu
|
|
$THIS_PATH/runTest.sh donor.co
|
|
$THIS_PATH/runTest.sh donormvno.co
|
|
$THIS_PATH/runTest.sh recipientmvno
|
|
$THIS_PATH/runTest.sh donorvirtualemvno
|
|
$THIS_PATH/runTest.sh recipientvirtualemvno
|
|
$THIS_PATH/runTest.sh cessazione
|
|
$THIS_PATH/runTest.sh cessazioneporting
|
|
$THIS_PATH/runTest.sh portingterzaparte
|
|
else
|
|
echo parametri non validi
|
|
fi |