Skip to content

Commit 36085c4

Browse files
authored
Merge pull request #161 from FabrizioMoggio/main
Test file updated for TI API v0.9.2
2 parents b0efe5b + 72c6c00 commit 36085c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code/Test_definitions/Traffic_Influence_Test.feature

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ Feature: Automated Traffic Influence API Test
7474
And Response Code is 400
7575
7676
@TI_Resource_LCM_Modify_Resource_User_Mobility
77-
Scenario: Modify an aready created Traffic Influence (TI) Resource when user moves to another geographical area
77+
Scenario: Modify an already created Traffic Influence (TI) Resource when a Device moves to another geographical area
7878
Given the usage of the Traffic Influece API URL
79-
When modifiyng a new TI Resource, with PATCH, with mandatory parameters ("apiConsumerId", "applicationId"), with the identifier for the existing resource ("trafficInfluenceID") and other optional, editable, parameters (e.g. "instanceId, "zone" etc.) to identify a new Edge Application instance closer to the Device that has moved in a new geographical area.
80-
Then it should be modified TI Resource and the new optimal routing will be activated according to the optional paramters specified (e.g. in a new zone)
79+
When modifiyng a existing TI Resource, with PATCH, with mandatory parameters ("apiConsumerId", "applicationId"), with the identifier for the existing resource ("trafficInfluenceID") and other optional, editable, parameters (e.g. "instanceId, "zone" etc.) to identify a new Edge Application instance closer to the Device that has moved in a new geographical area.
80+
Then it should be modified the TI Resource and the new optimal routing will be activated according to the optional paramters specified (e.g. in a new zone)
8181
And Response Code is 201
8282
And response contains the original TI Resource with the resource identifier ("trafficInfluenceID") unmodified, the status of the request ("state=ordered"), the new parameters valorised as in the PATCH request and the other original paramenters unmodified.
8383

0 commit comments

Comments
 (0)