Bgp policy add AS number
[integration/test.git] / csit / variables / topoprocessing / TargetFields.py
1 """
2 Definitions of target field paths widely used throughout the Topoprocessing suites.
3 """
4 # NT target fields
5 ISIS_NODE_TE_ROUTER_ID_IPV4 = ('l3-unicast-igp-topology:igp-node-attributes'
6                                '/isis-topology:isis-node-attributes'
7                                '/isis-topology:ted'
8                                '/isis-topology:te-router-id-ipv4')
9 ISIS_NODE_TE_ROUTER_ID_IPV6 = ('l3-unicast-igp-topology:igp-node-attributes'
10                                '/isis-topology:isis-node-attributes'
11                                '/isis-topology:ted'
12                                '/isis-topology:te-router-id-ipv6')
13 IGP_LINK_METRIC = 'l3-unicast-igp-topology:igp-link-attributes/l3-unicast-igp-topology:metric'
14 IGP_LINK_NAME = 'l3-unicast-igp-topology:igp-link-attributes/l3-unicast-igp-topology:name'
15 OVSDB_OFPORT = 'ovsdb:ofport'
16 OVSDB_OVS_VERSION = 'ovsdb:ovs-version'
17 OVSDB_TP_NAME = 'ovsdb:name'
18
19 # Inventory target fields
20 OPENFLOW_NODE_IP_ADDRESS = 'flow-node-inventory:ip-address'
21 OPENFLOW_NODE_SERIAL_NUMBER = 'flow-node-inventory:serial-number'
22 OPENFLOW_NODE_CONNECTOR_PORT_NUMBER = 'flow-node-inventory:port-number'
23 OPENFLOW_NODE_CONNECTOR_MAXIMUM_SPEED = 'flow-node-inventory:maximum-speed'
24 OPENFLOW_NODE_CONNECTOR_NAME = 'flow-node-inventory:name'