From 35565299d020920dcbe62552a75490fbc6671b8c Mon Sep 17 00:00:00 2001 From: zhipengh Date: Thu, 19 Jan 2017 23:59:49 +0800 Subject: [PATCH] Flagging two network-l2-CRUD capabilities In this flagging requests two capabilities are flagged: "test_create_port_with_no_securitygroups" and "test_create_show_delete_port_user_defined_mac". Reasoning: For a general public cloud setup, regarding the first case, when user creates ports it is usually required to have security group parameters for security concerns. Regarding the second case, users are usually not allowed to self-define mac addresses. The mac addresses are usually pre-allocated. Change-Id: Icead40f547e5d570250cf524bd6ae900c3fc82ea --- 2016.08.json | 14 ++++++++++++-- 2017.01.json | 14 ++++++++++++-- next.json | 6 ------ 3 files changed, 24 insertions(+), 10 deletions(-) diff --git a/2016.08.json b/2016.08.json index af88101f..1089741b 100644 --- a/2016.08.json +++ b/2016.08.json @@ -2103,10 +2103,20 @@ "idempotent_id": "id-0435f278-40ae-48cb-a404-b8a087bc09b1" }, "tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups": { - "idempotent_id": "id-4179dcb9-1382-4ced-84fe-1b91c54f5735" + "idempotent_id": "id-4179dcb9-1382-4ced-84fe-1b91c54f5735", + "flagged": { + "date": "2017-01-19", + "reason": "[D405] The test reflects an implementation choice that is not widely deployed even if the Capability is widely deployed.", + "action": "Remove test from future guidelines" + } }, "tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac": { - "idempotent_id": "id-13e95171-6cbd-489c-9d7c-3f9c58215c18" + "idempotent_id": "id-13e95171-6cbd-489c-9d7c-3f9c58215c18", + "flagged": { + "date": "2017-01-19", + "reason": "[D405] The test reflects an implementation choice that is not widely deployed even if the Capability is widely deployed.", + "action": "Remove test from future guidelines" + } }, "tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port": { "idempotent_id": "id-c72c1c0c-2193-4aca-aaa4-b1442640f51c" diff --git a/2017.01.json b/2017.01.json index 3b3da8a5..8d99cc9f 100644 --- a/2017.01.json +++ b/2017.01.json @@ -2204,10 +2204,20 @@ "idempotent_id": "id-0435f278-40ae-48cb-a404-b8a087bc09b1" }, "tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups": { - "idempotent_id": "id-4179dcb9-1382-4ced-84fe-1b91c54f5735" + "idempotent_id": "id-4179dcb9-1382-4ced-84fe-1b91c54f5735", + "flagged": { + "date": "2017-01-19", + "reason": "[D405] The test reflects an implementation choice that is not widely deployed even if the Capability is widely deployed.", + "action": "Remove test from future guidelines" + } }, "tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac": { - "idempotent_id": "id-13e95171-6cbd-489c-9d7c-3f9c58215c18" + "idempotent_id": "id-13e95171-6cbd-489c-9d7c-3f9c58215c18", + "flagged": { + "date": "2017-01-19", + "reason": "[D405] The test reflects an implementation choice that is not widely deployed even if the Capability is widely deployed.", + "action": "Remove test from future guidelines" + } }, "tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port": { "idempotent_id": "id-c72c1c0c-2193-4aca-aaa4-b1442640f51c" diff --git a/next.json b/next.json index e4a8f873..3d37ab3d 100644 --- a/next.json +++ b/next.json @@ -1869,12 +1869,6 @@ "tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools": { "idempotent_id": "id-0435f278-40ae-48cb-a404-b8a087bc09b1" }, - "tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups": { - "idempotent_id": "id-4179dcb9-1382-4ced-84fe-1b91c54f5735" - }, - "tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac": { - "idempotent_id": "id-13e95171-6cbd-489c-9d7c-3f9c58215c18" - }, "tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port": { "idempotent_id": "id-c72c1c0c-2193-4aca-aaa4-b1442640f51c" },