Commit 48dfa694 authored by Michele Carignani's avatar Michele Carignani
Browse files

Merge branch 'ubi' into 'master'

Camel-case HTTP status codes

See merge request mec/MEC-tests!1
parents 254020ae 6b90b877
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ Package plat_mp1_bandwidth_manager {
            then {
               // MEC 015, clause 8.3.3.5
               the IUT entity sends a HttpMsg containing
                  status_code set to "204 NO CONTENT"
                  status_code set to "204 No Content"
               ;
               to the MEC_APP entity
            }
+2 −2
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ Package plat_mp1_dns_rules {
            then {
               // MEC 011, clause 7.13.3.2
               the IUT entity sends a HttpMsg containing
                  status_code set to "400 BAD REQUEST"
                  status_code set to "400 Bad Request"
                  body containing
                     ProblemDetails containing
                        detail set to any_value
@@ -262,7 +262,7 @@ Package plat_mp1_dns_rules {
            then {
               // MEC 011, clause 7.13.3.1
               the IUT entity sends a HttpMsg containing
                  status_code set to "404 NOT FOUND"
                  status_code set to "404 Not Found"
                  body containing
                     ProblemDetails containing
                        detail set to any_value
+2 −2
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ Package plat_mp1_notifications {
            then {
               // MEC 011, clause 7.6.3.4
               the IUT entity sends a HttpMsg containing
                  status_code set to "201 CREATED",
                  status_code set to "201 Created",
                  Location set to LOCATION,
                  body containing
                     SerAvailabilityNotificationSubscription containing 
@@ -201,7 +201,7 @@ Package plat_mp1_notifications {
            then {
               // MEC 011, clause 7.5.3.5
               the IUT entity sends a HttpMsg containing
                  status_code set to "204 NO CONTENT"
                  status_code set to "204 No Content"
               ;
               to the MEC_APP entity
            }
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ Package plat_mp1_services {
            then {
               // MEC 011, clause 7.4.3.4
               the IUT entity sends a HttpMsg containing
                  status_code set to "201 CREATED",
                  status_code set to "201 Created",
                  Location set to LOCATION,
                  body containing
                     ServiceInfo containing
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ Package plat_mp1_ue_area {
            then {
               // MEC 013, clause 7.3.11.2
               the IUT entity sends a HttpMsg containing
                  status_code set to "201 CREATED"
                  status_code set to "201 Created"
                  body containing
                     circleNotificationSubscription set to any_value 
                  ;
Loading