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
Copy file name to clipboardexpand all lines: code/Test_definitions/Traffic_Influence_Test.feature
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Feature: Automated Traffic Influence API Test
40
40
Given the usage of the Traffic Influence API URL
41
41
Given the acquisition of the applicationId via the EdgeCloudAPI
42
42
Given the acquisition of Regions and Zones
43
-
When creating a new TI Resource, with POST, with mandatory parameters ("apiConsumerId", "applicationId") and any other optional parameter (e.g. "instanceId, "zone" etc.)
43
+
When creating a new TI Resource, with POST, with mandatory parameters ("apiConsumerId", "applicationId") and any other optional parameter (e.g. "instanceId", "zone")
44
44
Then it should be created a new TI Resource and the optimal routing will be activated according to the optional paramters specified (e.g. only in a specific zone or for a specific user)
45
45
And Response Code is 201
46
46
And response contains the TI Resource with the resource identifier ("trafficInfluenceID"), the status of the request ("state=ordered") and the previously used paramters valorised as in the POST request
0 commit comments