Commit 3ff6ab77 authored by Yann Garcia's avatar Yann Garcia
Browse files

Implementing DELETE ATS in Postman

parent a5bd455b
Loading
Loading
Loading
Loading
+9 −6
Original line number Original line Diff line number Diff line
{
{
	"info": {
	"info": {
		"_postman_id": "1f2d95ce-fcc4-4fae-8f20-9e17093456e0",
		"_postman_id": "52110c8a-6639-4da2-9fcb-553004c29de9",
		"name": "TTF_T029",
		"name": "TTF_T029",
		"description": "This is is the Enmvironment used by the ETSI TTF T029 millimetre Wave Transmission (mWT);  \nDefinition of a Wireless Transport Profile for Standard SDN Northbound Interfaces Conformance test suite",
		"description": "This is is the Enmvironment used by the ETSI TTF T029 millimetre Wave Transmission (mWT);  \nDefinition of a Wireless Transport Profile for Standard SDN Northbound Interfaces Conformance test suite",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "152820",
		"_exporter_id": "152820",
		"_collection_link": "https://red-trinity-563699.postman.co/workspace/New-Team-Workspace~d54f0e73-b65d-41a2-8e4e-35b7b23cdd96/collection/152820-1f2d95ce-fcc4-4fae-8f20-9e17093456e0?action=share&source=collection_link&creator=152820"
		"_collection_link": "https://red-trinity-563699.postman.co/workspace/New-Team-Workspace~d54f0e73-b65d-41a2-8e4e-35b7b23cdd96/collection/152820-52110c8a-6639-4da2-9fcb-553004c29de9?action=share&source=collection_link&creator=152820"
	},
	},
	"item": [
	"item": [
		{
		{
			"name": "Nokia Lab Testion",
			"name": "Nokia Lab Testing",
			"item": [
			"item": [
				{
				{
					"name": "Initial Authentication - Get Token",
					"name": "Initial Authentication - Get Token",
@@ -4042,6 +4042,9 @@
											"listen": "test",
											"listen": "test",
											"script": {
											"script": {
												"exec": [
												"exec": [
													"//postman.setNextRequest('TD_MSP_03-Step-1');\r",
													"\r",
													"\r",
													"pm.test(\"Verify that the response status code is 200\", function () {\r",
													"pm.test(\"Verify that the response status code is 200\", function () {\r",
													"    pm.response.to.have.status(200);\r",
													"    pm.response.to.have.status(200);\r",
													"});\r",
													"});\r",
@@ -4581,7 +4584,7 @@
											}
											}
										],
										],
										"url": {
										"url": {
											"raw": "{{PX_PROTOCOL}}://{{PX_IUT_IP_ADDRESS}}:{{PX_IUT_IP_PORT}}/{{PX_ROOT_API}}/ietf-eth-tran-service:etht-svc/nstances={{PX_ETHT_SVC_NAME}}",
											"raw": "{{PX_PROTOCOL}}://{{PX_IUT_IP_ADDRESS}}:{{PX_IUT_IP_PORT}}/{{PX_ROOT_API}}/ietf-eth-tran-service:etht-svc/instances={{PX_ETHT_SVC_NAME}}",
											"protocol": "{{PX_PROTOCOL}}",
											"protocol": "{{PX_PROTOCOL}}",
											"host": [
											"host": [
												"{{PX_IUT_IP_ADDRESS}}"
												"{{PX_IUT_IP_ADDRESS}}"
@@ -4590,7 +4593,7 @@
											"path": [
											"path": [
												"{{PX_ROOT_API}}",
												"{{PX_ROOT_API}}",
												"ietf-eth-tran-service:etht-svc",
												"ietf-eth-tran-service:etht-svc",
												"nstances={{PX_ETHT_SVC_NAME}}"
												"instances={{PX_ETHT_SVC_NAME}}"
											]
											]
										},
										},
										"description": "/restconf/data/ietf-yang-library:modules-state"
										"description": "/restconf/data/ietf-yang-library:modules-state"