Newer
Older
{
"tp_id": "TP/NGSI-LD/CS/REGSUB/047_07",
"test_objective": "Check that a cSourceNotification shall only be sent if and only if the status of the corresponding subscription is active, neither paused or expired",
"reference": "ETSI GS CIM 009 V1.3.1 [], clause 5.11.7",
"config_id": "",
"parent_release": "v1.3.1",
"pics_selection": "PICS_5_11_7",
"keywords": [
"Setup Initial Context Source Registration Subscriptions",
"Delete Created Context Source Registrations And Subscriptions"
],
"teardown": "Delete Created Context Source Registrations And Subscriptions",
"initial_condition": "with {\n the SUT in the \"initial state\"\n}",
"test_cases": [
{
"name": "047_07_01 PausedSubscription",
"permutation_tp_id": "TP/NGSI-LD/CS/REGSUB/047_07_01",
"doc": "Check that a cSourceNotification shall only be sent if and only if the status of the corresponding subscription is active, neither paused or expired",
"tags": [
"5_11_7",
"csrsub-notification"
],
"setup": null,
"teardown": null,
"template": "Do Not Receive cSourceNotification If Subscription Status Is Not Active",
"then": "then {\n the client at '${endpoint}' receives a valid Notification containing:\n Notification received Waiting for no Notification data and\n Query Parameter: timeout set to '5'\n}",
"when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/csourceSubscriptions/{subscription_id}'\n method set to 'PATCH'\n Update Context Source Registration Subscription with subscription id set to '${subscription_id}' and subscription update fragment set to '${subscription_update_fragment}'\n}",
"http_verb": "PATCH",
"endpoint": "csourceSubscriptions/{subscription_id}"
},
{
"name": "047_07_02 ExpiredSubscription",
"permutation_tp_id": "TP/NGSI-LD/CS/REGSUB/047_07_02",
"doc": "Check that a cSourceNotification shall only be sent if and only if the status of the corresponding subscription is active, neither paused or expired",
"tags": [
"5_11_7",
"csrsub-notification"
],
"setup": null,
"teardown": null,
"template": "Do Not Receive cSourceNotification If Subscription Status Is Not Active",
"then": "then {\n the client at '${endpoint}' receives a valid Notification containing:\n Notification received Waiting for no Notification data and\n Query Parameter: timeout set to '5'\n}",
"when": "when {\n the SUT receives a Request from the client containing:\n URL set to '/ngsi-ld/v1/csourceSubscriptions/{subscription_id}'\n method set to 'PATCH'\n Update Context Source Registration Subscription with subscription id set to '${subscription_id}' and subscription update fragment set to '${subscription_update_fragment}'\n}",
"http_verb": "PATCH",
"endpoint": "csourceSubscriptions/{subscription_id}"
}
],
"permutations": [],
"robotpath": "ContextSource/RegistrationSubscription/ContextSourceRegistrationSubscriptionNotificationBehaviour",
"robotfile": "047_07"
}