tests: move defaults from defaultmapping to .api files
facilitates use of papi beyond the tests. Type: improvement Change-Id: I3d502d9130b81a7fb65ee69bb06fe55802b28a27 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:
@@ -20,12 +20,8 @@ from vpp_ip_route import MPLS_IETF_MAX_LABEL, MPLS_LABEL_INVALID
|
||||
# named parameters
|
||||
#
|
||||
defaultmapping = {
|
||||
'map_add_domain': {'mtu': 1280},
|
||||
'syslog_set_sender': {'collector_port': 514,
|
||||
'max_msg_size': 480},
|
||||
|
||||
'acl_interface_add_del': {'is_add': 1, 'is_input': 1},
|
||||
'acl_interface_list_dump': {'sw_if_index': 4294967295, },
|
||||
'app_namespace_add_del': {'sw_if_index': 4294967295, },
|
||||
'bd_ip_mac_add_del': {'is_add': 1, },
|
||||
'bfd_udp_add': {'is_authenticated': False, 'bfd_key_id': None,
|
||||
'conf_key_id': None},
|
||||
@@ -37,10 +33,8 @@ defaultmapping = {
|
||||
'bier_imp_add': {'is_add': 1, },
|
||||
'bier_route_add_del': {'is_add': 1, },
|
||||
'bier_table_add_del': {'is_add': 1, },
|
||||
'bond_create': {'mac_address': '', 'id': 0xFFFFFFFF},
|
||||
'bridge_domain_add_del': {'flood': 1, 'uu_flood': 1, 'forward': 1,
|
||||
'learn': 1, 'is_add': 1, },
|
||||
'bvi_create': {'user_instance': 4294967295, },
|
||||
'bvi_delete': {},
|
||||
'gbp_subnet_add_del': {'sw_if_index': 4294967295, 'epg_id': 65535, },
|
||||
'geneve_add_del_tunnel': {'mcast_sw_if_index': 4294967295, 'is_add': 1,
|
||||
@@ -58,7 +52,6 @@ defaultmapping = {
|
||||
'ip_punt_police': {'is_add': 1, },
|
||||
'ip_punt_redirect': {'is_add': 1, },
|
||||
'ip_route_add_del': {'is_add': 1, },
|
||||
'ip_unnumbered_dump': {'sw_if_index': 4294967295, },
|
||||
'ipsec_interface_add_del_spd': {'is_add': 1, },
|
||||
'ipsec_sad_entry_add_del': {'is_add': 1, },
|
||||
'ipsec_spd_add_del': {'is_add': 1, },
|
||||
@@ -70,15 +63,11 @@ defaultmapping = {
|
||||
'ipsec_tunnel_if_add_del': {'is_add': 1, 'anti_replay': 1, },
|
||||
'l2_emulation': {'enable': 1, },
|
||||
'l2fib_add_del': {'is_add': 1, },
|
||||
'lb_conf': {'sticky_buckets_per_core': 4294967295,
|
||||
'flow_timeout': 4294967295},
|
||||
'lisp_add_del_adjacency': {'is_add': 1, },
|
||||
'lisp_add_del_local_eid': {'is_add': 1, },
|
||||
'lisp_add_del_locator': {'priority': 1, 'weight': 1, 'is_add': 1, },
|
||||
'lisp_add_del_locator_set': {'is_add': 1, },
|
||||
'lisp_add_del_remote_mapping': {'is_add': 1, },
|
||||
'macip_acl_add_replace': {'acl_index': 4294967295, },
|
||||
'macip_acl_dump': {'acl_index': 4294967295, },
|
||||
'macip_acl_interface_add_del': {'is_add': 1, },
|
||||
'mpls_ip_bind_unbind': {'is_ip4': 1, 'is_bind': 1, },
|
||||
'mpls_route_add_del': {'mr_next_hop_sw_if_index': 4294967295,
|
||||
@@ -91,7 +80,6 @@ defaultmapping = {
|
||||
'next_hop_weight': 1,
|
||||
'next_hop_via_label': 1048576,
|
||||
'is_add': 1, },
|
||||
'mpls_tunnel_dump': {'sw_if_index': 4294967295, },
|
||||
'output_acl_set_interface': {'ip4_table_index': 4294967295,
|
||||
'ip6_table_index': 4294967295,
|
||||
'l2_table_index': 4294967295, },
|
||||
@@ -102,13 +90,11 @@ defaultmapping = {
|
||||
'set_ip_flow_hash': {'src': 1, 'dst': 1, 'sport': 1, 'dport': 1,
|
||||
'proto': 1, },
|
||||
'set_ipfix_exporter': {'collector_port': 4739, },
|
||||
'sr_localsid_add_del': {'sw_if_index': 4294967295, },
|
||||
'sr_policy_add': {'weight': 1, 'is_encap': 1, },
|
||||
'svs_enable_disable': {'is_enable': 1, },
|
||||
'svs_route_add_del': {'is_add': 1, },
|
||||
'svs_table_add_del': {'is_add': 1, },
|
||||
'sw_interface_add_del_address': {'is_add': 1, },
|
||||
'sw_interface_dump': {'sw_if_index': 4294967295, },
|
||||
'sw_interface_ip6nd_ra_prefix': {'val_lifetime': 4294967295,
|
||||
'pref_lifetime': 4294967295, },
|
||||
'sw_interface_set_ip_directed_broadcast': {'enable': 1, },
|
||||
@@ -120,7 +106,6 @@ defaultmapping = {
|
||||
'vxlan_add_del_tunnel': {'mcast_sw_if_index': 4294967295, 'is_add': 1,
|
||||
'decap_next_index': 4294967295,
|
||||
'instance': 4294967295, },
|
||||
'vxlan_gbp_tunnel_dump': {'sw_if_index': 4294967295, },
|
||||
'vxlan_gpe_add_del_tunnel': {'mcast_sw_if_index': 4294967295, 'is_add': 1,
|
||||
'protocol': 3, },
|
||||
'want_bfd_events': {'enable_disable': 1, },
|
||||
|
||||
Reference in New Issue
Block a user