Commit b6bff973 authored by YannGarcia's avatar YannGarcia
Browse files

Rename TP name in MEC009, MEC010p2 MEC011 MEC014 MEC021 & MEC029

parent 9346fa71
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -112,12 +112,12 @@ system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server
[EXECUTE]
# In this section you can specify what parts of your test suite you want to execute.
#AtsMec_TestControl.control
#AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_001_OK
#AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_001_BR
#AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_001_NF
#AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_002_OK
#AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_002_BR
#AtsMec_UEidentityAPI_TestCases.TC_MEC_SRV_UETAG_002_PF
#AtsMec_UEidentityAPI_TestCases.TC_MEC_MEC014_SRV_UETAG_001_OK
#AtsMec_UEidentityAPI_TestCases.TC_MEC_MEC014_SRV_UETAG_001_BR
#AtsMec_UEidentityAPI_TestCases.TC_MEC_MEC014_SRV_UETAG_001_NF
#AtsMec_UEidentityAPI_TestCases.TC_MEC_MEC014_SRV_UETAG_002_OK
#AtsMec_UEidentityAPI_TestCases.TC_MEC_MEC014_SRV_UETAG_002_BR
#AtsMec_UEidentityAPI_TestCases.TC_MEC_MEC014_SRV_UETAG_002_PF

# ETSI GS MEC 013
#AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCLOOK_001_OK
+71 −71
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
*                 No part may be reproduced except as authorized by written permission.
*                 The copyright and the foregoing restriction extend to reproduction in all media.
*                 All rights reserved.
*    @see      ETSI GS MEC 003, Draft ETSI GS MEC 013 V2.0.3 (2018-10)
*    @see      ETSI GS MEC 003, Draft ETSI GS MEC 021 V2.1.1
*/
  module AtsMec_Ams_TestCases {
  
@@ -38,9 +38,9 @@
  
   	/**
       * @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
       * @see  ETSI GS MEC 021 2.1.1, clause 8.3.3.1
       */
      testcase TC_MEC_SRV_AMS_001_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_MEC012_SRV_AMS_001_OK() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
        var HttpMessage v_response;
@@ -98,13 +98,13 @@
            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
          }
        } // End of 'alt' statement
      } // End of testcase TC_MEC_SRV_AMS_001_OK
      } // End of testcase TC_MEC_MEC012_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
       * @see  ETSI GS MEC 021 2.1.1, clause 8.3.3.1
       */
      testcase TC_MEC_SRV_AMS_001_BR() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_MEC012_SRV_AMS_001_BR() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
  
@@ -152,14 +152,14 @@
          }
        } // End of 'alt' statement
  
      }  // End of testcase TC_MEC_SRV_AMS_001_BR
      }  // End of testcase TC_MEC_MEC012_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
       * @see  ETSI GS MEC 021 2.1.1, clause 8.3.3.4
       */
  	testcase TC_MEC_SRV_AMS_002_OK() runs on HttpComponent system HttpTestAdapter {
  	testcase TC_MEC_MEC012_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 ***");
@@ -231,13 +231,13 @@
          	f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
        	}
      		} // End of 'alt' statement
      } // End of testcase TC_MEC_SRV_AMS_002_OK
      } // End of testcase TC_MEC_MEC012_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
       * @see  ETSI GS MEC 021 2.1.1, clause 8.3.3.4
       */
  	testcase TC_MEC_SRV_AMS_002_BR() runs on HttpComponent system HttpTestAdapter {
  	testcase TC_MEC_MEC012_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 ***");
@@ -299,7 +299,7 @@
        }
      } // End of 'alt' statement
  
    	} // End of testcase TC_MEC_SRV_AMS_002_BR
    	} // End of testcase TC_MEC_MEC012_SRV_AMS_002_BR
  } // End of group appMobilityServices
  
  
@@ -309,7 +309,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 TC_MEC_SRV_AMS_011_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_MEC012_SRV_AMS_011_OK() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
        var HttpMessage v_response;
@@ -356,13 +356,13 @@
            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
          }
        } // End of 'alt' statement
      } // End of testcase TC_MEC_SRV_AMS_011_OK
      } // End of testcase TC_MEC_MEC012_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 TC_MEC_SRV_AMS_011_NF() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_MEC012_SRV_AMS_011_NF() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
  
@@ -404,7 +404,7 @@
          }
        } // End of 'alt' statement
  
      }  // End of testcase TC_MEC_SRV_AMS_011_NF
      }  // End of testcase TC_MEC_MEC012_SRV_AMS_011_NF
    
       
       
@@ -412,7 +412,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 TC_MEC_SRV_AMS_012_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_MEC012_SRV_AMS_012_OK() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
        var HttpMessage v_response;
@@ -483,13 +483,13 @@
            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
          }
        } // End of 'alt' statement
      } // End of testcase TC_MEC_SRV_AMS_012_OK
      } // End of testcase TC_MEC_MEC012_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 TC_MEC_SRV_AMS_012_NF() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_MEC012_SRV_AMS_012_NF() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
  
@@ -543,13 +543,13 @@
          }
        } // End of 'alt' statement
  
      }  // End of testcase TC_MEC_SRV_AMS_012_NF
      }  // End of testcase TC_MEC_MEC012_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 TC_MEC_SRV_AMS_012_BR() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_MEC012_SRV_AMS_012_BR() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
  
@@ -603,7 +603,7 @@
          }
        } // End of 'alt' statement
  
      }  // End of testcase TC_MEC_SRV_AMS_012_BR
      }  // End of testcase TC_MEC_MEC012_SRV_AMS_012_BR
      
      
       /**
@@ -611,7 +611,7 @@
	   *		that represents the individual application mobility service
       * @see  ETSI GS MEC 021 2.0.10, clause 8.4.3.5
       */
      testcase TC_MEC_SRV_AMS_013_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_MEC012_SRV_AMS_013_OK() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
        var HttpMessage v_response;
@@ -653,14 +653,14 @@
            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
          }
        } // End of 'alt' statement
      } // End of testcase TC_MEC_SRV_AMS_013_OK
      } // End of testcase TC_MEC_MEC012_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 TC_MEC_SRV_AMS_013_NF() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_MEC012_SRV_AMS_013_NF() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
  
@@ -702,7 +702,7 @@
          }
        } // End of 'alt' statement
  
      }  // End of testcase TC_MEC_SRV_AMS_013_NF
      }  // End of testcase TC_MEC_MEC012_SRV_AMS_013_NF
     
  }
  
@@ -712,7 +712,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 TC_MEC_SRV_AMS_014_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_MEC012_SRV_AMS_014_OK() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
        var HttpMessage v_response;
@@ -771,13 +771,13 @@
            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
          }
        } // End of 'alt' statement
      } // End of testcase TC_MEC_SRV_AMS_014_OK
      } // End of testcase TC_MEC_MEC012_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 TC_MEC_SRV_AMS_014_NF() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_MEC012_SRV_AMS_014_NF() runs on HttpComponent system HttpTestAdapter {
        // Local variables
        var Headers v_headers;
        var HttpMessage v_response;
@@ -819,7 +819,7 @@
            f_selfOrClientSyncAndVerdict(c_tbDone, e_timeout);
          }
        } // End of 'alt' statement
      } // End of testcase TC_MEC_SRV_AMS_012_OK
      } // End of testcase TC_MEC_MEC012_SRV_AMS_012_OK
    
    
  }
@@ -831,9 +831,9 @@
       *     Permitted SUBSCRIPTION_TYPE are:
       *     - MobilityProcedureSubscription
       *     - AdjacentAppInfoSubscription
       * @see  ETSI GS MEC 021 2.0.8, clause 8.6.3.1
       * @see  ETSI GS MEC 021 2.1.1, clause 8.6.3.1
       */
      testcase TC_MEC_SRV_AMS_003_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_MEC012_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 ***");
@@ -890,13 +890,13 @@
          }
        } // End of 'alt' statement
    
      } // END TC_MEC_SRV_AMS_003_OK
      } // END TC_MEC_MEC012_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
       * @see  ETSI GS MEC 021 2.1.1, clause 8.6.3.1
       */
      testcase TC_MEC_SRV_AMS_003_BR() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_MEC012_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 ***");
@@ -948,16 +948,16 @@
          }
        } // End of 'alt' statement
    
      } // END of TC_MEC_SRV_AMS_003_BR
      } // END of TC_MEC_MEC012_SRV_AMS_003_BR
  
  	/**
       * @desc Check that the AMS service creates a notification subscriptions when requested.
       *     Permitted SUBSCRIPTION_TYPE are:
       *     - MobilityProcedureSubscription
       *     - AdjacentAppInfoSubscription
       * @see  ETSI GS MEC 021 2.0.8, clause 8.6.3.4
       * @see  ETSI GS MEC 021 2.1.1, clause 8.6.3.4
       */
      testcase TC_MEC_SRV_AMS_004_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_MEC012_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 ***");
@@ -1024,16 +1024,16 @@
          }
        } // End of 'alt' statement
    
      } // End of TC_MEC_SRV_AMS_004_OK
      } // End of TC_MEC_MEC012_SRV_AMS_004_OK
  
  	/**
       * @desc Check that the AMS service sends an error when it receives a malformed request to create a notification subscription
       *     Permitted SUBSCRIPTION_TYPE are:
       *     - MobilityProcedureSubscription
       *     - AdjacentAppInfoSubscription
       * @see  ETSI GS MEC 021 2.0.8, clause 8.6.3.4
       * @see  ETSI GS MEC 021 2.1.1, clause 8.6.3.4
       */
    testcase TC_MEC_SRV_AMS_004_BR() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_MEC012_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 ***");
@@ -1096,16 +1096,16 @@
        }
      } // End of 'alt' statement
  
    } // End of TC_MEC_SRV_AMS_004_BR
    } // End of TC_MEC_MEC012_SRV_AMS_004_BR
    
    	/**
       * @desc Check that the AMS service returns information about a given subscription when requested.
       *     Permitted SUBSCRIPTION_TYPE are:
       *     - MobilityProcedureSubscription
       *     - AdjacentAppInfoSubscription
       * @see  ETSI GS MEC 021 2.0.8, clause 8.7.3.1
       * @see  ETSI GS MEC 021 2.1.1, clause 8.7.3.1
       */
    testcase TC_MEC_SRV_AMS_005_OK() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_MEC012_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 ***");
@@ -1155,13 +1155,13 @@
        }
      } // End of 'alt' statement
  
    } // End of TC_MEC_SRV_AMS_005_OK
    } // End of TC_MEC_MEC012_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
       * @see  ETSI GS MEC 021 2.1.1, clause 8.7.3.1
       */
    testcase TC_MEC_SRV_AMS_005_NF() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_MEC012_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 ***");
@@ -1213,13 +1213,13 @@
        }
      } // End of 'alt' statement
  
    } // End of TC_MEC_SRV_AMS_005_NF
    } // End of TC_MEC_MEC012_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
       * @see  ETSI GS MEC 021 2.1.1, clause 8.7.3.5
       */
    testcase TC_MEC_SRV_AMS_006_OK() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_MEC012_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 ***");
@@ -1264,13 +1264,13 @@
        }
      } // End of 'alt' statement
  
    } // End of TC_MEC_SRV_AMS_006_OK
    } // End of TC_MEC_MEC012_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
       * @see  ETSI GS MEC 021 2.1.1, clause 8.7.3.5
       */
    testcase TC_MEC_SRV_AMS_006_NF() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_MEC012_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 ***");
@@ -1319,16 +1319,16 @@
        }
      } // End of 'alt' statement
  
    } // End of TC_MEC_SRV_AMS_006_NF 
    } // End of TC_MEC_MEC012_SRV_AMS_006_NF 
  
  	/**
       * @desc Check that the AMS service modifies a given subscription when requested.
  	 *	  Permitted SUBSCRIPTION_TYPE are:
       *     - MobilityProcedureSubscription
       *     - AdjacentAppInfoSubscription
       * @see  ETSI GS MEC 021 2.0.8, clause 8.7.3.2
       * @see  ETSI GS MEC 021 2.1.1, clause 8.7.3.2
       */
    testcase TC_MEC_SRV_AMS_007_OK() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_MEC012_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 ***");
@@ -1385,16 +1385,16 @@
        }
      } // End of 'alt' statement
  
    } // End of TC_MEC_SRV_AMS_007_OK 
    } // End of TC_MEC_MEC012_SRV_AMS_007_OK 
  
  	/**
       * @desc Check that the AMS service sends an error when it receives a malformed modify request for a given subscription.
  	 *	  Permitted SUBSCRIPTION_TYPE are:
       *     - MobilityProcedureSubscription
       *     - AdjacentAppInfoSubscription
       * @see  ETSI GS MEC 021 2.0.8, clause 8.7.3.2
       * @see  ETSI GS MEC 021 2.1.1, clause 8.7.3.2
       */
    testcase TC_MEC_SRV_AMS_007_BR() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_MEC012_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 ***");
@@ -1452,13 +1452,13 @@
        }
      } // End of 'alt' statement
  
    } // End of TC_MEC_SRV_AMS_007_BR
    } // End of TC_MEC_MEC012_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
       * @see  ETSI GS MEC 021 2.1.1, clause 8.7.3.2
       */
    testcase TC_MEC_SRV_AMS_007_NF() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_MEC012_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 ***");
@@ -1514,7 +1514,7 @@
        }
      } // End of 'alt' statement
  
    } // End of TC_MEC_SRV_AMS_007_NF 
    } // End of TC_MEC_MEC012_SRV_AMS_007_NF 
  
  
  } // End of group appMobilityServicesSubscriptions
@@ -1523,9 +1523,9 @@
      
      /**
       * @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
       * @see  ETSI GS MEC 021 2.1.1, clause 7.4.2
       */
      testcase TC_MEC_SRV_AMS_008_OK() runs on HttpComponent system HttpTestAdapter {
      testcase TC_MEC_MEC012_SRV_AMS_008_OK() runs on HttpComponent system HttpTestAdapter {
          // Local variables
          var Headers v_headers;
          
@@ -1585,13 +1585,13 @@
          
          // Postamble
          f_cf_01_http_notif_down();
      } // End of TC_MEC_SRV_AMS_008_OK
      } // End of TC_MEC_MEC012_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
       * @see  ETSI GS MEC 021 2.1.1, clause 7.4.3
       */
    testcase TC_MEC_SRV_AMS_009_OK() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_MEC012_SRV_AMS_009_OK() runs on HttpComponent system HttpTestAdapter {
          // Local variables
          var Headers v_headers;
          
@@ -1656,9 +1656,9 @@
      
     /**
       * @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
       * @see  ETSI GS MEC 021 2.1.1, clause 7.4.4
       */  
    testcase TC_MEC_SRV_AMS_010_OK() runs on HttpComponent system HttpTestAdapter {
    testcase TC_MEC_MEC012_SRV_AMS_010_OK() runs on HttpComponent system HttpTestAdapter {
          // Local variables
          var Headers v_headers;
          var UInt64 v_timestamp;
+102 −102

File changed.

Preview size limit exceeded, changes collapsed.

+54 −54

File changed.

Preview size limit exceeded, changes collapsed.

+53 −53

File changed.

Preview size limit exceeded, changes collapsed.

Loading