Commit 7d376288 authored by Yann Garcia's avatar Yann Garcia
Browse files

Fixed issue #19: MEC-ATS: Rename testcase named TP_xx into TC_xx

parent d4800057
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM stfubuntu:18.04

MAINTAINER ETSI TTF STF569
MAINTAINER ETSI STF569

LABEL description="STF569_Mec Docker Image"

+46 −2
Original line number Diff line number Diff line
@@ -163,10 +163,54 @@ system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server
#AtsMec_RnisAPI_TestCases.TC_MEC_SRV_RNIS_007_OK
#AtsMec_RnisAPI_TestCases.TC_MEC_SRV_RNIS_008_OK

#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_TRANS_001_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSAQ_001_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSAQ_001_BR
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSAQ_002_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSAQ_002_BR
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSAQ_002_NF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSAQ_003_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSAQ_003_NF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSAQ_004_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSAQ_004_BR
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSAQ_004_NF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSAQ_004_PF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSUB_001_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSUB_001_NF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSUB_002_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSUB_002_BR
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSUB_003_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSUB_003_NF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSUB_004_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_APPSUB_004_NF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_DNS_001_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_DNS_002_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_DNS_002_NF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_DNS_003_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_DNS_003_BR
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_DNS_003_NF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_DNS_003_PF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_SAQ_001_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_SAQ_001_BR
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_SAQ_002_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_SAQ_002_NF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_SRVSUB_001_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_SRVSUB_001_NF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_SRVSUB_002_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_SRVSUB_002_BR
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_SRVSUB_003_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_SRVSUB_003_NF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_SRVSUB_004_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_SRVSUB_004_NF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_TIME_001_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_TIME_002_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_TRAF_001_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_TRAF_002_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_TRAF_001_NF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_TRAF_002_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_TRAF_003_OK
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_TRAF_003_BR
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_TRAF_003_NF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_TRAF_003_PF
#AtsMec_AppEnablementAPI_TestCases.TC_MEC_SRV_TRANS_001_OK

[GROUPS]
# In this section you can specify groups of hosts. These groups can be used inside the
+52 −52
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
       * @desc Check that the AMS service returns information about the registered application mobility services when requested
       * @see  ETSI GS MEC 021 2.0.8, clause 8.3.3.1
       */
      testcase TP_MEC_SRV_AMS_001_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_SRV_AMS_001_OK() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
        var HttpMessage v_response;
@@ -96,13 +96,13 @@
            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
          }
        } // End of 'alt' statement
      } // End of testcase TP_MEC_SRV_AMS_001_OK
      } // End of testcase TC_MEC_SRV_AMS_001_OK
  
  	/**
       * @desc Check that the AMS service returns an error when receives a query about a registered application mobility service with wrong parameters
       * @see  ETSI GS MEC 021 2.0.8, clause 8.3.3.1
       */
      testcase TP_MEC_SRV_AMS_001_BR() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_SRV_AMS_001_BR() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
  
@@ -150,14 +150,14 @@
          }
        } // End of 'alt' statement
  
      }  // End of testcase TP_MEC_SRV_AMS_001_BR
      }  // End of testcase TC_MEC_SRV_AMS_001_BR
      
      
  	/**
       * @desc Check that the AMS service creates a new application mobility services when requested
       * @see  ETSI GS MEC 021 2.0.8, clause 8.3.3.4
       */
  	testcase TP_MEC_SRV_AMS_002_OK() runs on HttpComponent system HttpTestAdapter {
  	testcase TC_MEC_SRV_AMS_002_OK() runs on HttpComponent system HttpTestAdapter {
      	var Headers v_headers;
      	if (not(PICS_AMS) or not(PICS_AMS_API_SUPPORTED)){
      		log("*** " & testcasename() & ": PICS_AMS required for executing the TC ***");
@@ -229,13 +229,13 @@
          	f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
        	}
      		} // End of 'alt' statement
      } // End of testcase TP_MEC_SRV_AMS_002_OK
      } // End of testcase TC_MEC_SRV_AMS_002_OK
  
  	/**
       * @desc Check that the AMS service sends an error when it receives a malformed request to create a new application mobility service
       * @see  ETSI GS MEC 021 2.0.8, clause 8.3.3.4
       */
  	testcase TP_MEC_SRV_AMS_002_BR() runs on HttpComponent system HttpTestAdapter {
  	testcase TC_MEC_SRV_AMS_002_BR() runs on HttpComponent system HttpTestAdapter {
      	var Headers v_headers;
      	if (not(PICS_AMS) or not(PICS_AMS_API_SUPPORTED)){
      		log("*** " & testcasename() & ": PICS_AMS required for executing the TC ***");
@@ -297,7 +297,7 @@
        }
      } // End of 'alt' statement
  
    	} // End of testcase TP_MEC_SRV_AMS_002_BR
    	} // End of testcase TC_MEC_SRV_AMS_002_BR
  } // End of group appMobilityServices
  
  
@@ -307,7 +307,7 @@
       * @desc Check that the AMS service returns information about this individual application mobility service
       * @see  ETSI GS MEC 021 2.0.10, clause 8.4.3.1
       */
      testcase TP_MEC_SRV_AMS_011_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_SRV_AMS_011_OK() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
        var HttpMessage v_response;
@@ -354,13 +354,13 @@
            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
          }
        } // End of 'alt' statement
      } // End of testcase TP_MEC_SRV_AMS_011_OK
      } // End of testcase TC_MEC_SRV_AMS_011_OK
  
  	/**
       * @desc Check that the AMS service sends an error when receives a query about a not existing individual application mobility service
       * @see  ETSI GS MEC 021 2.0.10, clause 8.4.3.1
       */
      testcase TP_MEC_SRV_AMS_011_NF() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_SRV_AMS_011_NF() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
  
@@ -402,7 +402,7 @@
          }
        } // End of 'alt' statement
  
      }  // End of testcase TP_MEC_SRV_AMS_011_NF
      }  // End of testcase TC_MEC_SRV_AMS_011_NF
    
       
       
@@ -410,7 +410,7 @@
       * @desc Check that the AMS service modifies the individual application mobility service when requested
       * @see  ETSI GS MEC 021 2.0.10, clause 8.4.3.2
       */
      testcase TP_MEC_SRV_AMS_012_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_SRV_AMS_012_OK() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
        var HttpMessage v_response;
@@ -481,13 +481,13 @@
            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
          }
        } // End of 'alt' statement
      } // End of testcase TP_MEC_SRV_AMS_012_OK
      } // End of testcase TC_MEC_SRV_AMS_012_OK
  
  	   /**
       * @desc Check that the AMS service sends an error when receives a request to modify a not existing individual application mobility service
       * @see  ETSI GS MEC 021 2.0.10, clause 8.4.3.2
       */
      testcase TP_MEC_SRV_AMS_012_NF() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_SRV_AMS_012_NF() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
  
@@ -541,13 +541,13 @@
          }
        } // End of 'alt' statement
  
      }  // End of testcase TP_MEC_SRV_AMS_012_NF
      }  // End of testcase TC_MEC_SRV_AMS_012_NF
    
      	/**
       * @desc Check that the AMS service sends an error when receives a request to modify a individual application mobility service using bad parameters
       * @see  ETSI GS MEC 021 2.0.10, clause 8.4.3.2
       */
      testcase TP_MEC_SRV_AMS_012_BR() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_SRV_AMS_012_BR() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
  
@@ -601,7 +601,7 @@
          }
        } // End of 'alt' statement
  
      }  // End of testcase TP_MEC_SRV_AMS_012_BR
      }  // End of testcase TC_MEC_SRV_AMS_012_BR
      
      
       /**
@@ -609,7 +609,7 @@
	   *		that represents the individual application mobility service
       * @see  ETSI GS MEC 021 2.0.10, clause 8.4.3.5
       */
      testcase TP_MEC_SRV_AMS_013_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_SRV_AMS_013_OK() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
        var HttpMessage v_response;
@@ -651,14 +651,14 @@
            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
          }
        } // End of 'alt' statement
      } // End of testcase TP_MEC_SRV_AMS_013_OK
      } // End of testcase TC_MEC_SRV_AMS_013_OK
  
  	   /**
       * @desc Check that the AMS service sends an error when is requested to delete the resource
	   *		that represents the individual application mobility service
       * @see  ETSI GS MEC 021 2.0.10, clause 8.4.3.5
       */
      testcase TP_MEC_SRV_AMS_013_NF() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_SRV_AMS_013_NF() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
  
@@ -700,7 +700,7 @@
          }
        } // End of 'alt' statement
  
      }  // End of testcase TP_MEC_SRV_AMS_013_NF
      }  // End of testcase TC_MEC_SRV_AMS_013_NF
     
  }
  
@@ -710,7 +710,7 @@
       * @desc Check that the AMS service deregister an individual application mobility service on expiry of the timer associated with the service
       * @see  ETSI GS MEC 021 2.0.10, clause 8.5.3.4
       */
      testcase TP_MEC_SRV_AMS_014_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_SRV_AMS_014_OK() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
        var HttpMessage v_response;
@@ -769,13 +769,13 @@
            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
          }
        } // End of 'alt' statement
      } // End of testcase TP_MEC_SRV_AMS_014_OK
      } // End of testcase TC_MEC_SRV_AMS_014_OK
  
       /**
       * @desc Check that the AMS service send an error when is requested to deregister a not existent individual application mobility service
       * @see  ETSI GS MEC 021 2.0.10, clause 8.5.3.4
       */
      testcase TP_MEC_SRV_AMS_014_NF() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_SRV_AMS_014_NF() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
        var HttpMessage v_response;
@@ -817,7 +817,7 @@
            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
          }
        } // End of 'alt' statement
      } // End of testcase TP_MEC_SRV_AMS_012_OK
      } // End of testcase TC_MEC_SRV_AMS_012_OK
    
    
  }
@@ -831,7 +831,7 @@
       *     - AdjacentAppInfoSubscription
       * @see  ETSI GS MEC 021 2.0.8, clause 8.6.3.1
       */
      testcase TP_MEC_SRV_AMS_003_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_SRV_AMS_003_OK() runs on HttpComponent system HttpTestAdapter {
        var Headers v_headers;
        if (not(PICS_AMS) or not(PICS_AMS_API_SUPPORTED)){
          log("*** " & testcasename() & ": PICS_AMS required for executing the TC ***");
@@ -888,13 +888,13 @@
          }
        } // End of 'alt' statement
    
      } // END TP_MEC_SRV_AMS_003_OK
      } // END TC_MEC_SRV_AMS_003_OK
    
  	/**
       * @desc Check that the AMS service sends an error when it receives a malformed query about the available subscriptions
       * @see  ETSI GS MEC 021 2.0.8, clause 8.6.3.1
       */
      testcase TP_MEC_SRV_AMS_003_BR() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_SRV_AMS_003_BR() runs on HttpComponent system HttpTestAdapter {
        var Headers v_headers;
        if (not(PICS_AMS) or not(PICS_AMS_API_SUPPORTED)){
          log("*** " & testcasename() & ": PICS_AMS required for executing the TC ***");
@@ -946,7 +946,7 @@
          }
        } // End of 'alt' statement
    
      } // END of TP_MEC_SRV_AMS_003_BR
      } // END of TC_MEC_SRV_AMS_003_BR
  
  	/**
       * @desc Check that the AMS service creates a notification subscriptions when requested.
@@ -955,7 +955,7 @@
       *     - AdjacentAppInfoSubscription
       * @see  ETSI GS MEC 021 2.0.8, clause 8.6.3.4
       */
      testcase TP_MEC_SRV_AMS_004_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_SRV_AMS_004_OK() runs on HttpComponent system HttpTestAdapter {
        var Headers v_headers;
        if (not(PICS_AMS) or not(PICS_AMS_API_SUPPORTED)){
          log("*** " & testcasename() & ": PICS_AMS required for executing the TC ***");
@@ -1022,7 +1022,7 @@
          }
        } // End of 'alt' statement
    
      } // End of TP_MEC_SRV_AMS_004_OK
      } // End of TC_MEC_SRV_AMS_004_OK
  
  	/**
       * @desc Check that the AMS service sends an error when it receives a malformed request to create a notification subscription
@@ -1031,7 +1031,7 @@
       *     - AdjacentAppInfoSubscription
       * @see  ETSI GS MEC 021 2.0.8, clause 8.6.3.4
       */
    testcase TP_MEC_SRV_AMS_004_BR() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_SRV_AMS_004_BR() runs on HttpComponent system HttpTestAdapter {
      var Headers v_headers;
      if (not(PICS_AMS) or not(PICS_AMS_API_SUPPORTED)){
        log("*** " & testcasename() & ": PICS_AMS required for executing the TC ***");
@@ -1094,7 +1094,7 @@
        }
      } // End of 'alt' statement
  
    } // End of TP_MEC_SRV_AMS_004_BR
    } // End of TC_MEC_SRV_AMS_004_BR
    
    	/**
       * @desc Check that the AMS service returns information about a given subscription when requested.
@@ -1103,7 +1103,7 @@
       *     - AdjacentAppInfoSubscription
       * @see  ETSI GS MEC 021 2.0.8, clause 8.7.3.1
       */
    testcase TP_MEC_SRV_AMS_005_OK() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_SRV_AMS_005_OK() runs on HttpComponent system HttpTestAdapter {
      var Headers v_headers;
      if (not(PICS_AMS) or not(PICS_AMS_API_SUPPORTED)){
        log("*** " & testcasename() & ": PICS_AMS required for executing the TC ***");
@@ -1153,13 +1153,13 @@
        }
      } // End of 'alt' statement
  
    } // End of TP_MEC_SRV_AMS_005_OK
    } // End of TC_MEC_SRV_AMS_005_OK
    
  	/**
       * @desc Check that the AMS service returns an error when receives a query about a not existing subscription
       * @see  ETSI GS MEC 021 2.0.8, clause 8.7.3.1
       */
    testcase TP_MEC_SRV_AMS_005_NF() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_SRV_AMS_005_NF() runs on HttpComponent system HttpTestAdapter {
      var Headers v_headers;
      if (not(PICS_AMS) or not(PICS_AMS_API_SUPPORTED)){
        log("*** " & testcasename() & ": PICS_AMS required for executing the TC ***");
@@ -1211,13 +1211,13 @@
        }
      } // End of 'alt' statement
  
    } // End of TP_MEC_SRV_AMS_005_NF
    } // End of TC_MEC_SRV_AMS_005_NF
    
    	/**
       * @desc Check that the AMS service deletes a given subscription when requested
       * @see  ETSI GS MEC 021 2.0.8, clause 8.7.3.5
       */
    testcase TP_MEC_SRV_AMS_006_OK() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_SRV_AMS_006_OK() runs on HttpComponent system HttpTestAdapter {
      var Headers v_headers;
      if (not(PICS_AMS) or not(PICS_AMS_API_SUPPORTED)){
        log("*** " & testcasename() & ": PICS_AMS required for executing the TC ***");
@@ -1262,13 +1262,13 @@
        }
      } // End of 'alt' statement
  
    } // End of TP_MEC_SRV_AMS_006_OK
    } // End of TC_MEC_SRV_AMS_006_OK
    
  	/**
       * @desc Check that the AMS service sends an error when it receives a delete request for a not existing subscription
       * @see  ETSI GS MEC 021 2.0.8, clause 8.7.3.5
       */
    testcase TP_MEC_SRV_AMS_006_NF() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_SRV_AMS_006_NF() runs on HttpComponent system HttpTestAdapter {
      var Headers v_headers;
      if (not(PICS_AMS) or not(PICS_AMS_API_SUPPORTED)){
        log("*** " & testcasename() & ": PICS_AMS required for executing the TC ***");
@@ -1317,7 +1317,7 @@
        }
      } // End of 'alt' statement
  
    } // End of TP_MEC_SRV_AMS_006_NF 
    } // End of TC_MEC_SRV_AMS_006_NF 
  
  	/**
       * @desc Check that the AMS service modifies a given subscription when requested.
@@ -1326,7 +1326,7 @@
       *     - AdjacentAppInfoSubscription
       * @see  ETSI GS MEC 021 2.0.8, clause 8.7.3.2
       */
    testcase TP_MEC_SRV_AMS_007_OK() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_SRV_AMS_007_OK() runs on HttpComponent system HttpTestAdapter {
      var Headers v_headers;
      if (not(PICS_AMS) or not(PICS_AMS_API_SUPPORTED)){
        log("*** " & testcasename() & ": PICS_AMS required for executing the TC ***");
@@ -1383,7 +1383,7 @@
        }
      } // End of 'alt' statement
  
    } // End of TP_MEC_SRV_AMS_007_OK 
    } // End of TC_MEC_SRV_AMS_007_OK 
  
  	/**
       * @desc Check that the AMS service sends an error when it receives a malformed modify request for a given subscription.
@@ -1392,7 +1392,7 @@
       *     - AdjacentAppInfoSubscription
       * @see  ETSI GS MEC 021 2.0.8, clause 8.7.3.2
       */
    testcase TP_MEC_SRV_AMS_007_BR() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_SRV_AMS_007_BR() runs on HttpComponent system HttpTestAdapter {
      var Headers v_headers;
      if (not(PICS_AMS) or not(PICS_AMS_API_SUPPORTED)){
        log("*** " & testcasename() & ": PICS_AMS required for executing the TC ***");
@@ -1450,13 +1450,13 @@
        }
      } // End of 'alt' statement
  
    } // End of TP_MEC_SRV_AMS_007_BR
    } // End of TC_MEC_SRV_AMS_007_BR
  
  	/**
       * @desc Check that the AMS service sends an error when it receives a modify request for a not existing subscription
       * @see  ETSI GS MEC 021 2.0.8, clause 8.7.3.2
       */
    testcase TP_MEC_SRV_AMS_007_NF() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_SRV_AMS_007_NF() runs on HttpComponent system HttpTestAdapter {
      var Headers v_headers;
      if (not(PICS_AMS) or not(PICS_AMS_API_SUPPORTED)){
        log("*** " & testcasename() & ": PICS_AMS required for executing the TC ***");
@@ -1512,7 +1512,7 @@
        }
      } // End of 'alt' statement
  
    } // End of TP_MEC_SRV_AMS_007_NF 
    } // End of TC_MEC_SRV_AMS_007_NF 
  
  
  } // End of group appMobilityServicesSubscriptions
@@ -1523,7 +1523,7 @@
       * @desc Check that the AMS service sends an AMS notification  about a mobility procedure if the AMS service has an associated subscription and the event is generated
       * @see  ETSI GS MEC 021 2.0.8, clause 7.4.2
       */
      testcase TP_MEC_SRV_AMS_008_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_SRV_AMS_008_OK() runs on HttpComponent system HttpTestAdapter {
          // Local variables
          var Headers v_headers;
          
@@ -1583,13 +1583,13 @@
          
          // Postamble
          f_cf_01_http_notif_down();
      } // End of TP_MEC_SRV_AMS_008_OK
      } // End of TC_MEC_SRV_AMS_008_OK
      
      /**
       * @desc Check that the AMS service sends an AMS notification about adjacent application instances if the AMS service has an associated subscription and the event is generated
       * @see  ETSI GS MEC 021 2.0.8, clause 7.4.3
       */
    testcase TP_MEC_SRV_AMS_009_OK() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_SRV_AMS_009_OK() runs on HttpComponent system HttpTestAdapter {
          // Local variables
          var Headers v_headers;
          
@@ -1656,7 +1656,7 @@
       * @desc Check that the AMS service sends an AMS notification on subscription expiration if the AMS service has an associated subscription and the event is generated
       * @see  ETSI GS MEC 021 2.0.8, clause 7.4.4
       */  
    testcase TP_MEC_SRV_AMS_010_OK() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_SRV_AMS_010_OK() runs on HttpComponent system HttpTestAdapter {
          // Local variables
          var Headers v_headers;
          var UInt64 v_timestamp;
+90 −90

File changed.

Preview size limit exceeded, changes collapsed.

+53 −53

File changed.

Preview size limit exceeded, changes collapsed.

Loading