'fec': 'off'},
response['interface'][0]['org-openroadm-ethernet-interfaces:ethernet'])
- @unittest.skip("attributes that contains slashes seems to give some troubles to the controller")
def test_13_service_path_create_xpdr_check(self):
response = test_utils.check_node_attribute_request("XPDRA01", "circuit-packs", "1%2F0%2F1-PLUG-NET")
# FIXME: https://jira.opendaylight.org/browse/TRNSPRTPCE-591
response = test_utils.check_node_attribute_request("XPDRA01", "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_22_service_path_delete_xpdr_check(self):
response = test_utils.check_node_attribute_request("XPDRA01", "circuit-packs", "1%2F0%2F1-PLUG-NET")
self.assertEqual(response['status_code'], requests.codes.ok)
**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)
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)