Commit 210d903a authored by Elian Kraja's avatar Elian Kraja
Browse files

Fixing ProblemDetails element on failed requests

parent 83ada92e
Loading
Loading
Loading
Loading
+4 −28
Original line number Diff line number Diff line
@@ -102,13 +102,7 @@ Package app_pkg_mgt {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_400_BAD_REQUEST,
               body containing
                  problemDetails containing
                     status set to 400,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_400_BAD_REQUEST
            ; to the MEC_OSS entity
         }
      }       
@@ -146,13 +140,7 @@ Package app_pkg_mgt {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_401_UNAUTHORIZED,
               body containing
                  problemDetails containing
                     status set to 401,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_401_UNAUTHORIZED
            ; to the MEC_OSS entity
         }
      }       
@@ -189,13 +177,7 @@ Package app_pkg_mgt {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_401_UNAUTHORIZED,
               body containing
                  problemDetails containing
                     status set to 401,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_401_UNAUTHORIZED
            ; to the MEC_OSS entity
         }
      }       
@@ -231,13 +213,7 @@ Package app_pkg_mgt {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_404_NOT_FOUND,
               body containing
                  problemDetails containing
                     status set to 404,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_404_NOT_FOUND
            ; to the MEC_OSS entity
         }
      }       
+10 −70
Original line number Diff line number Diff line
@@ -96,13 +96,7 @@ Package rnis_subscriptions {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_400_BAD_REQUEST,
               body containing
                  problemDetails containing
                     status set to "400",
                     detail set to "any_value"
                  ;
               ;
               status set to HTTP_400_BAD_REQUEST
            ; to the MEC_SUB entity
         }
      }       
@@ -141,13 +135,7 @@ Package rnis_subscriptions {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_401_UNAUTHORIZED,
               body containing
                  problemDetails containing
                     status set to 401,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_401_UNAUTHORIZED
            ; to the MEC_SUB entity
         }
      }       
@@ -186,13 +174,7 @@ Package rnis_subscriptions {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_401_UNAUTHORIZED,
               body containing
                  problemDetails containing
                     status set to 401,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_401_UNAUTHORIZED
            ; to the MEC_SUB entity
         }
      }       
@@ -229,13 +211,7 @@ Package rnis_subscriptions {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_404_NOT_FOUND,
               body containing
                  problemDetails containing
                     status set to 404,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_404_NOT_FOUND
            ; to the MEC_SUB entity
         }
      }       
@@ -274,13 +250,7 @@ Package rnis_subscriptions {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_406_NOT_ACCEPTABLE,
               body containing
                  problemDetails containing
                     status set to 406,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_406_NOT_ACCEPTABLE
            ; to the MEC_SUB entity
         }
      }       
@@ -428,13 +398,7 @@ Package rnis_subscriptions {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_400_BAD_REQUEST,
               body containing
                  problemDetails containing
                     status set to 400,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_400_BAD_REQUEST
            ; to the MEC_SUB entity
         }
      }       
@@ -479,13 +443,7 @@ Package rnis_subscriptions {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_401_UNAUTHORIZED,
               body containing
                  problemDetails containing
                     status set to 401,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_401_UNAUTHORIZED
            ; to the MEC_SUB entity
         }
      }       
@@ -530,13 +488,7 @@ Package rnis_subscriptions {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_401_UNAUTHORIZED,
               body containing
                  problemDetails containing
                     status set to 401,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_401_UNAUTHORIZED
            ; to the MEC_SUB entity
         }
      }       
@@ -579,13 +531,7 @@ Package rnis_subscriptions {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_404_NOT_FOUND,
               body containing
                  problemDetails containing
                     status set to 404,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_404_NOT_FOUND
            ; to the MEC_SUB entity
         }
      }       
@@ -630,13 +576,7 @@ Package rnis_subscriptions {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_406_NOT_ACCEPTABLE,
               body containing
                  problemDetails containing
                     status set to 406,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_406_NOT_ACCEPTABLE
            ; to the MEC_SUB entity
         }
      }       
+5 −35
Original line number Diff line number Diff line
@@ -92,13 +92,7 @@ Package rnis_rab_query {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_400_BAD_REQUEST,
               body containing 
                  problemDetails containing
                     status set to 400,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_400_BAD_REQUEST
            ; to the RNIS_CLIENT entity
         }
      }       
@@ -136,13 +130,7 @@ Package rnis_rab_query {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_401_UNAUTHORIZED,
               body containing 
                  problemDetails containing
                     status set to 401,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_401_UNAUTHORIZED
            ; to the RNIS_CLIENT entity
         }
      }       
@@ -180,13 +168,7 @@ Package rnis_rab_query {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_401_UNAUTHORIZED,
               body containing 
                  problemDetails containing
                     status set to 401,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_401_UNAUTHORIZED
            ; to the RNIS_CLIENT entity
         }
      }       
@@ -224,13 +206,7 @@ Package rnis_rab_query {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_404_NOT_FOUND,
               body containing 
                  problemDetails containing
                     status set to 404,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_404_NOT_FOUND
            ; to the RNIS_CLIENT entity
         }
      }       
@@ -268,13 +244,7 @@ Package rnis_rab_query {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_406_NOT_ACCEPTABLE,
               body containing 
                  problemDetails containing
                     status set to 406,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_406_NOT_ACCEPTABLE
            ; to the RNIS_CLIENT entity
         }
      }       
+4 −28
Original line number Diff line number Diff line
@@ -97,13 +97,7 @@ Package rnis_subscriptions_id {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_401_Unauthorized,
               body containing
                  problemDetails containing
                     status set to 401,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_401_Unauthorized
            ; to the MEC_SUB entity
         }
      }       
@@ -142,13 +136,7 @@ Package rnis_subscriptions_id {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_401_Unauthorized,
               body containing
                  problemDetails containing
                     status set to 401,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_401_Unauthorized
            ; to the MEC_SUB entity
         }
      }       
@@ -186,13 +174,7 @@ Package rnis_subscriptions_id {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_404_NOT_FOUND,
               body containing
                  problemDetails containing
                     status set to 404,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_404_NOT_FOUND
            ; to the MEC_SUB entity
         }
      }       
@@ -231,13 +213,7 @@ Package rnis_subscriptions_id {
         }
         then {
            the IUT entity sends a HTTP_RESPONSE containing
               status set to HTTP_406_NOT_ACCEPTABLE,
               body containing
                  problemDetails containing
                     status set to 406,
                     detail set to any_value
                  ;
               ;
               status set to HTTP_406_NOT_ACCEPTABLE
            ; to the MEC_SUB entity
         }
      }