You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: Instantiate an Application with mandatory parameter ("appId") and optional parameters ("region","EdgeCloudZone")
75
+
Scenario: Instantiate an Application with mandatory parameters ("appId" in path, and "region" in body) and optional parameter ("EdgeCloudZone")
76
76
Given an aplication has already been submitted
77
-
When invoking with the POST method to instantiate an app with mandatory parameter ("appId") and optional parameters ("region","EdgeCloudZone")
77
+
When invoking with the POST method to instantiate an app with mandatory mandatory parameters ("appId" in path, and "region" in body) and optional parameter ("EdgeCloudZone")
78
78
Then response code is 202
79
79
And the process of intantiating the app starts only in given region and edge cloud zone
80
80
81
81
@EdgeCloud_LCM_app_instantiation_conflict
82
-
Scenario: Instantiate an Application with mandatory parameter ("appId") and optional parameters ("region","EdgeCloudZone")
82
+
Scenario: Instantiate an Application with mandatory parameters ("appId" in path, and "region" in body) and optional parameter ("EdgeCloudZone")
83
83
Given an aplication has already been submitted, but already instantiated in given EdgeCloudZone
84
-
When invoking with the POST method to instantiate an app with mandatory parameter ("appId") and optional parameters ("region","EdgeCloudZone")
84
+
When invoking with the POST method to instantiate an app with mandatory mandatory parameters ("appId" in path, and "region" in body) and optional parameter ("EdgeCloudZone")
Scenario: Delete a running instance of an application within an Edge Cloud Zone with optional parameter ("appInstanceId")
107
107
When invoking with the DELETE method to terminate a running instance of an application including optional parameter ("appInstanceId") and mandatory parameter ("appId")
108
108
Then response code is 202
109
-
And the application instance is deleted
109
+
And the application instance termination initiated
Scenario: Delete a running instance of an application within an Edge Cloud Zone with optional parameter ("appInstanceId")
113
-
When invoking with the DELETE method to terminate a running instance of an application including optional parameter ("appInstanceId") and mandatory parameter ("appId")
0 commit comments