Reactivate disabled functional tests
[transportpce.git] / tests / transportpce_tests / 2.2.1 / test06_renderer_service_path_nominal.py
index 824e5d8014fe5e08695bb4a0a674b90962703659..ad159b9565bc0517e19b5764aa53b61517baf6b2 100644 (file)
@@ -247,14 +247,12 @@ class TransportPCERendererTesting(unittest.TestCase):
                  **response['interface'][0]['org-openroadm-ethernet-interfaces:ethernet']),
             response['interface'][0]['org-openroadm-ethernet-interfaces:ethernet'])
 
-    @unittest.skip("attributes that contains slashes seems to give some troubles to the controller")
     def test_15_service_path_create_xpdr_check(self):
         response = test_utils.check_node_attribute_request("XPDR-A1", "circuit-packs", "1%2F0%2F1-PLUG-NET")
         self.assertEqual(response['status_code'], requests.codes.ok)
         self.assertIn('not-reserved-inuse', response['circuit-packs'][0]['equipment-state'])
         # FIXME: https://jira.opendaylight.org/browse/TRNSPRTPCE-591
 
-    @unittest.skip("attributes that contains slashes seems to give some troubles to the controller")
     def test_16_service_path_create_xpdr_check(self):
         response = test_utils.check_node_attribute_request("XPDR-A1", "circuit-packs", "1%2F0%2F1-PLUG-CLIENT")
         self.assertEqual(response['status_code'], requests.codes.ok)
@@ -323,13 +321,11 @@ class TransportPCERendererTesting(unittest.TestCase):
         response = test_utils.check_node_attribute_request("XPDR-A1", "interface", "XPDR1-CLIENT1-ETHERNET")
         self.assertEqual(response['status_code'], requests.codes.conflict)
 
-    @unittest.skip("attributes that contains slashes seems to give some troubles to the controller")
     def test_28_service_path_delete_xpdr_check(self):
         response = test_utils.check_node_attribute_request("XPDR-A1", "circuit-packs", "1%2F0%2F1-PLUG-NET")
         self.assertEqual(response['status_code'], requests.codes.ok)
         self.assertEqual('not-reserved-available', response["circuit-packs"][0]['equipment-state'])
 
-    @unittest.skip("attributes that contains slashes seems to give some troubles to the controller")
     def test_29_service_path_delete_xpdr_check(self):
         response = test_utils.check_node_attribute_request("XPDR-A1", "circuit-packs", "1%2F0%2F1-PLUG-CLIENT")
         self.assertEqual(response['status_code'], requests.codes.ok)