Commit 8a3ac0e2 authored by Yann Garcia's avatar Yann Garcia
Browse files

Add new ATS

parent 8a82512a
Loading
Loading
Loading
Loading

ttcn/AtsECRF/module.mk

0 → 100644
+23 −0
Original line number Diff line number Diff line
suite := AtsECRF

sources := \
            AtsECRF_Steps.ttcn \
            AtsECRF_TestCases.ttcn \
            AtsECRF_TestControl.ttcn

modules :=  ../LibCommon \
            ../LibIts/ttcn/Http \
            ../LibEmcom/LibNg112 \
            ../../ccsrc/Ports/LibHttp \
            ../../ccsrc/EncDec/LibHttp \
            ../../ccsrc/Framework \
            ../../ccsrc/loggers \
            ../../ccsrc/Protocols/ETH \
            ../../ccsrc/Protocols/Held \
            ../../ccsrc/Protocols/Http \
            ../../ccsrc/Protocols/Lost \
            ../../ccsrc/Protocols/Pcap \
            ../../ccsrc/Protocols/Sip \
            ../../ccsrc/Protocols/Tcp \
            ../../ccsrc/Protocols/UDP \
            ../modules/titan.TestPorts.Common_Components.Abstract_Socket

ttcn/AtsESRP/module.mk

0 → 100644
+27 −0
Original line number Diff line number Diff line
suite := AtsNg112

sources := \
            AtsESRP_Steps.ttcn \
            AtsESRP_TestCases.ttcn \
            AtsESRP_TestControl.ttcn

modules :=  ../LibCommon \
            ../LibIms  \
            ../LibSip \
            ../LibIts/ttcn/Http \
            ../LibEmcom/LibNg112 \
            ../../ccsrc/Ports/LibHttp \
            ../../ccsrc/Ports/LibSip \
            ../../ccsrc/EncDec/LibHttp \
            ../../ccsrc/EncDec/LibSip \
            ../../ccsrc/Framework \
            ../../ccsrc/loggers \
            ../../ccsrc/Protocols/ETH \
            ../../ccsrc/Protocols/Held \
            ../../ccsrc/Protocols/Http \
            ../../ccsrc/Protocols/Lost \
            ../../ccsrc/Protocols/Pcap \
            ../../ccsrc/Protocols/Sip \
            ../../ccsrc/Protocols/Tcp \
            ../../ccsrc/Protocols/UDP \
            ../modules/titan.TestPorts.Common_Components.Abstract_Socket

ttcn/AtsLIS/module.mk

0 → 100644
+23 −0
Original line number Diff line number Diff line
suite := AtsLIS

sources := \
            AtsLIS_Steps.ttcn \
            AtsLIS_TestCases.ttcn \
            AtsLIS_TestControl.ttcn

modules :=  ../LibCommon \
            ../LibIts/ttcn/Http \
            ../LibEmcom/LibNg112 \
            ../../ccsrc/Ports/LibHttp \
            ../../ccsrc/EncDec/LibHttp \
            ../../ccsrc/Framework \
            ../../ccsrc/loggers \
            ../../ccsrc/Protocols/ETH \
            ../../ccsrc/Protocols/Held \
            ../../ccsrc/Protocols/Http \
            ../../ccsrc/Protocols/Lost \
            ../../ccsrc/Protocols/Pcap \
            ../../ccsrc/Protocols/Sip \
            ../../ccsrc/Protocols/Tcp \
            ../../ccsrc/Protocols/UDP \
            ../modules/titan.TestPorts.Common_Components.Abstract_Socket
+4 −4
Original line number Diff line number Diff line
suite := AtsNg112
suite := AtsPSAP

sources := \
						AtsNg112_Steps.ttcn \
						AtsNg112_TestCases.ttcn \
						AtsNg112_TestControl.ttcn
            AtsPSAP_Steps.ttcn \
            AtsPSAP_TestCases.ttcn \
            AtsPSAP_TestControl.ttcn

modules :=  ../LibCommon \
            ../LibIms  \
+0 −20
Original line number Diff line number Diff line
@@ -2,26 +2,6 @@ module LibNg112_Pics {
    
  type record of charstring request_uri_list;
  
  /**
   * @desc Has the IUT the role of LIS?
   */
  modulepar boolean PICS_LIS_IUT := false;
  
  /**
   * @desc Has the IUT the role of ECRF?
   */
  modulepar boolean PICS_ECRF_IUT := false;
  
  /**
   * @desc Has the IUT the role of ESRP?
   */
  modulepar boolean PICS_ESRP_IUT := false;
  
  /**
   * @desc Has the IUT the role of PSAP?
   */
  modulepar boolean PICS_PSAP_IUT := false;
  
  /**
   * @desc Does the IUT support HTTP GET request method?
   */