:orphan: .. index:: pair: group; Network Interface configuration .. _doxid-group__tapi__conf__iface: Network Interface configuration =============================== .. toctree:: :hidden: enum_te_interface_kind.rst struct_tapi_cfg_base_loadavg.rst Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block // typedefs typedef struct :ref:`tapi_cfg_base_loadavg` :ref:`tapi_cfg_base_loadavg`; // enums enum :ref:`te_interface_kind`; // structs struct :ref:`tapi_cfg_base_loadavg`; // global functions int :ref:`tapi_cfg_get_son_mac`(const char* father, const char* subid, const char* name, uint8_t* p_mac); int :ref:`tapi_cfg_get_hwaddr`(const char* ta, const char* ifname, void* hwaddr, size_t* hwaddr_len); :ref:`te_errno` :ref:`tapi_cfg_set_bcast_hwaddr`(const char* ta, const char* ifname, const void* hwaddr, unsigned int hwaddr_len); int :ref:`tapi_cfg_get_bcast_hwaddr`(const char* ta, const char* ifname, void* hwaddr, size_t* hwaddr_len); :ref:`te_errno` :ref:`tapi_cfg_set_hwaddr`(const char* ta, const char* ifname, const void* hwaddr, unsigned int hwaddr_len); :ref:`te_errno` :ref:`tapi_cfg_get_if_kind`(const char* ta, const char* ifname, :ref:`te_interface_kind`* kind); :ref:`te_errno` :ref:`tapi_cfg_get_if_parent`(const char* ta, const char* ifname, char* parent_ifname, size_t len); :ref:`te_errno` :ref:`tapi_cfg_get_if_last_ancestor`(const char* ta, const char* ifname, char* ancestor_ifname, size_t len); int :ref:`tapi_cfg_base_if_get_mac`(const char* oid, uint8_t* mac); int :ref:`tapi_cfg_base_if_set_mac`(const char* oid, const uint8_t* mac); int :ref:`tapi_cfg_base_if_get_bcast_mac`(const char* oid, uint8_t* bcast_mac); int :ref:`tapi_cfg_base_if_set_bcast_mac`(const char* oid, const uint8_t* bcast_mac); int :ref:`tapi_cfg_base_if_add_mcast_mac`(const char* oid, const uint8_t* mcast_mac); int :ref:`tapi_cfg_base_if_del_mcast_mac`(const char* oid, const uint8_t* mcast_mac); int :ref:`tapi_cfg_base_if_get_link_addr`(const char* ta, const char* dev, struct sockaddr* link_addr); int :ref:`tapi_cfg_base_if_get_mtu`(const char* oid, unsigned int* p_mtu); int :ref:`tapi_cfg_base_add_net_addr`(const char* oid, const struct sockaddr* addr, int prefix, bool set_bcast, :ref:`cfg_handle`* cfg_hndl); static int :ref:`tapi_cfg_base_if_add_net_addr`(const char* ta, const char* ifname, const struct sockaddr* addr, int prefix, bool set_bcast, :ref:`cfg_handle`* cfg_hndl); :ref:`te_errno` :ref:`tapi_cfg_del_if_ip4_addresses`(const char* ta, const char* if_name, const struct sockaddr* addr_to_save); :ref:`te_errno` :ref:`tapi_cfg_save_del_if_addresses`(const char* ta, const char* if_name, const struct sockaddr* addr_to_save, bool save_first, struct sockaddr** saved_addrs, int** saved_prefixes, bool** saved_broadcasts, int* saved_count, int addr_fam); :ref:`te_errno` :ref:`tapi_cfg_save_del_if_ip4_addresses`(const char* ta, const char* if_name, const struct sockaddr* addr_to_save, bool save_first, struct sockaddr** saved_addrs, int** saved_prefixes, bool** saved_broadcasts, int* saved_count); :ref:`te_errno` :ref:`tapi_cfg_del_if_ip6_addresses`(const char* ta, const char* if_name, const struct sockaddr* addr_to_save); :ref:`te_errno` :ref:`tapi_cfg_save_del_if_ip6_addresses`(const char* ta, const char* if_name, const struct sockaddr* addr_to_save, bool save_first, struct sockaddr** saved_addrs, int** saved_prefixes, bool** saved_broadcasts, int* saved_count); :ref:`te_errno` :ref:`tapi_cfg_restore_if_ip4_addresses`(const char* ta, const char* if_name, struct sockaddr* saved_addrs, int* saved_prefixes, bool* saved_broadcasts, int saved_count); :ref:`te_errno` :ref:`tapi_cfg_restore_if_addresses`(const char* ta, const char* if_name, struct sockaddr* saved_addrs, int* saved_prefixes, bool* saved_broadcasts, int saved_count); static :ref:`te_errno` :target:`tapi_cfg_base_if_up`(const char* ta, const char* iface); static :ref:`te_errno` :target:`tapi_cfg_base_if_down`(const char* ta, const char* iface); :ref:`te_errno` :ref:`tapi_cfg_base_if_await_link_up`(const char* ta, const char* iface, unsigned int nb_attempts, unsigned int wait_int_ms, unsigned int after_up_ms); static :ref:`te_errno` :target:`tapi_cfg_base_if_arp_enable`(const char* ta, const char* iface); static :ref:`te_errno` :target:`tapi_cfg_base_if_arp_disable`(const char* ta, const char* iface); static :ref:`te_errno` :ref:`tapi_cfg_base_if_set_promisc`(const char* ta, const char* ifname, bool enable); static :ref:`te_errno` :ref:`tapi_cfg_base_if_get_promisc`(const char* ta, const char* ifname, bool* enabled); :ref:`te_errno` :ref:`tapi_cfg_base_if_del_vlan`(const char* ta, const char* if_name, uint16_t vid); :ref:`te_errno` :ref:`tapi_cfg_base_if_add_vlan`(const char* ta, const char* if_name, uint16_t vid, char** vlan_ifname); static :ref:`te_errno` :ref:`tapi_cfg_base_if_add_get_vlan`(const char* ta, const char* if_name, uint16_t vid, char** vlan_ifname); :ref:`te_errno` :ref:`tapi_cfg_base_if_add_rsrc`(const char* ta, const char* ifname); :ref:`te_errno` :ref:`tapi_cfg_base_if_check_add_rsrc`(const char* ta, const char* ifname); :ref:`te_errno` :ref:`tapi_cfg_base_if_del_rsrc`(const char* ta, const char* ifname); :ref:`te_errno` :ref:`tapi_cfg_base_if_add_macvlan`(const char* ta, const char* link, const char* ifname, const char* mode); :ref:`te_errno` :ref:`tapi_cfg_base_if_del_macvlan`(const char* ta, const char* link, const char* ifname); :ref:`te_errno` :ref:`tapi_cfg_base_if_get_macvlan_mode`(const char* ta, const char* link, const char* ifname, char** mode); :ref:`te_errno` :ref:`tapi_cfg_base_if_set_macvlan_mode`(const char* ta, const char* link, const char* ifname, const char* mode); :ref:`te_errno` :ref:`tapi_cfg_base_if_add_ipvlan`(const char* ta, const char* link, const char* ifname, const char* mode, const char* flag); :ref:`te_errno` :ref:`tapi_cfg_base_if_del_ipvlan`(const char* ta, const char* link, const char* ifname); :ref:`te_errno` :ref:`tapi_cfg_base_if_get_ipvlan_mode`(const char* ta, const char* link, const char* ifname, char** mode, char** flag); :ref:`te_errno` :ref:`tapi_cfg_base_if_set_ipvlan_mode`(const char* ta, const char* link, const char* ifname, const char* mode, const char* flag); :ref:`te_errno` :ref:`tapi_cfg_base_if_add_veth`(const char* ta, const char* ifname, const char* peer); :ref:`te_errno` :ref:`tapi_cfg_base_if_del_veth`(const char* ta, const char* ifname); :ref:`te_errno` :ref:`tapi_cfg_base_if_get_veth_peer`(const char* ta, const char* ifname, char** peer); :ref:`te_errno` :ref:`tapi_cfg_base_if_get_mtu_u`(const char* agent, const char* interface, int* mtu); :ref:`te_errno` :ref:`tapi_cfg_base_if_set_mtu_ext`(const char* agent, const char* interface, int mtu, int* old_mtu, bool fast); static :ref:`te_errno` :ref:`tapi_cfg_base_if_set_mtu`(const char* agent, const char* interface, int mtu, int* old_mtu); :ref:`te_errno` :ref:`tapi_cfg_base_if_set_mtu_leastwise`(const char* ta, const char* ifname, unsigned int mtu); :ref:`te_errno` :ref:`tapi_cfg_base_if_down_up`(const char* agent, const char* interface); :ref:`te_errno` :ref:`tapi_cfg_base_get_loadavg`(const char* agent, :ref:`tapi_cfg_base_loadavg`* loadavg); :ref:`te_errno` :ref:`tapi_cfg_base_get_proc_number`(const char* agent, uint64_t* runnable, uint64_t* total); :ref:`te_errno` :ref:`tapi_cfg_base_get_latest_pid`(const char* agent, uint64_t* latest_pid); // macros #define :ref:`TEST_GET_TE_INTERFACE_KIND_PARAM`(_var_name) #define :ref:`TEST_TE_INTERFACE_KIND_PARAM`(_name) #define :ref:`TE_INTERFACE_KIND_MAPPING_LIST` .. _details-group__tapi__conf__iface: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Typedefs -------- .. index:: pair: typedef; tapi_cfg_base_loadavg .. _doxid-group__tapi__conf__iface_1ga9893ebe0a87cc6f13bff02583b956d18: .. ref-code-block:: cpp :class: doxyrest-title-code-block typedef struct :ref:`tapi_cfg_base_loadavg` tapi_cfg_base_loadavg Storage for getting loadavg stats Global Functions ---------------- .. index:: pair: function; tapi_cfg_get_son_mac .. _doxid-group__tapi__conf__iface_1ga23949aeecdea68e87a6f3b604a202483: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_get_son_mac(const char* father, const char* subid, const char* name, uint8_t* p_mac) Get son of configuration node with MAC address value. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - father - father's OID * - subid - son subidentifier * - name - name of the son or "" (empty string) * - p_mac - location for MAC address (at least ETHER_ADDR_LEN) .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_get_hwaddr .. _doxid-group__tapi__conf__iface_1ga97ee135e63be2bca5a9e3a1d75addb74: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_get_hwaddr(const char* ta, const char* ifname, void* hwaddr, size_t* hwaddr_len) Returns hardware address of specified interface on a particular test agent. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name whose hardware address is obtained * - hwaddr - Hardware address - link-layer address (OUT) * - hwaddr_len - Length of 'hwaddr' buffer (IN/OUT) * - 0 - on success * - TE_EMSGSIZE - Buffer is too short to fit the hardware address .. rubric:: Returns: Status of the oprtation .. index:: pair: function; tapi_cfg_set_bcast_hwaddr .. _doxid-group__tapi__conf__iface_1ga6315ae31f802c9798b3f0eabce30d1a5: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_set_bcast_hwaddr(const char* ta, const char* ifname, const void* hwaddr, unsigned int hwaddr_len) Sets broadcast hardware address of specified interface on a particular test agent. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name whose hardware address should be set * - hwaddr - Hardware address - link-layer address * - hwaddr_len - Length of 'hwaddr' * - 0 - on success * - TE_EMSGSIZE - Buffer is too short to fit the hardware address .. rubric:: Returns: Status of the oprtation .. index:: pair: function; tapi_cfg_get_bcast_hwaddr .. _doxid-group__tapi__conf__iface_1ga47794a48e9cfab1a4a767f12769f351d: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_get_bcast_hwaddr(const char* ta, const char* ifname, void* hwaddr, size_t* hwaddr_len) Returns broadcast hardware address of specified interface on a particular test agent. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name whose hardware address is obtained * - hwaddr - Hardware address - link-layer address (OUT) * - hwaddr_len - Length of 'hwaddr' buffer (IN/OUT) * - 0 - on success * - TE_EMSGSIZE - Buffer is too short to fit the hardware address .. rubric:: Returns: Status of the oprtation .. index:: pair: function; tapi_cfg_set_hwaddr .. _doxid-group__tapi__conf__iface_1ga0dd640f4e47e2cb1c504224903f5cbff: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_set_hwaddr(const char* ta, const char* ifname, const void* hwaddr, unsigned int hwaddr_len) Sets hardware address of specified interface on a particular test agent. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name whose hardware address should be set * - hwaddr - Hardware address - link-layer address * - hwaddr_len - Length of 'hwaddr' * - 0 - on success * - TE_EMSGSIZE - Buffer is too short to fit the hardware address .. rubric:: Returns: Status of the oprtation .. index:: pair: function; tapi_cfg_get_if_kind .. _doxid-group__tapi__conf__iface_1gab0ebd0e4d2ddfcc7424d95258498647f: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_get_if_kind(const char* ta, const char* ifname, :ref:`te_interface_kind`* kind) Get kind of an interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name. * - ifname - Interface name. * - kind - Where to save the interface type. .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_get_if_parent .. _doxid-group__tapi__conf__iface_1gabcca194dacb997223f65b5399df6cdfa: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_get_if_parent(const char* ta, const char* ifname, char* parent_ifname, size_t len) Get name of an interface on which the given interface is based. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name. * - ifname - Interface name. * - parent_ifname - Where to save the name of the "parent" interface. * - len - Available space in ``parent_ifname``. .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_get_if_last_ancestor .. _doxid-group__tapi__conf__iface_1gaa999ecf6c971d611cb7820b73dc9049e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_get_if_last_ancestor(const char* ta, const char* ifname, char* ancestor_ifname, size_t len) Get name of the last known ancestor of a given interface (for example, if interface is eth3.macvlan.100, this function should return "eth3"). If the interface has no ancestors, this function returns its name. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name. * - ifname - Interface name. * - ancestor_ifname - Where to save the name of the "ancestor" interface. * - len - Available space in ``ancestor_ifname``. .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_base_if_get_mac .. _doxid-group__tapi__conf__iface_1ga86fe277db609909fea03c270049da6d0: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_base_if_get_mac(const char* oid, uint8_t* mac) Get MAC address of TA interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - oid - instance OID of TA interface * - mac - location for MAC address (at least ETHER_ADDR_LEN) .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_base_if_set_mac .. _doxid-group__tapi__conf__iface_1gaad6526184c07bfb7102fcab6bf292ca2: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_base_if_set_mac(const char* oid, const uint8_t* mac) Set MAC address of TA interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - oid - instance OID of TA interface * - mac - location of MAC address to be set (at least ETHER_ADDR_LEN) .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_base_if_get_bcast_mac .. _doxid-group__tapi__conf__iface_1ga2f22df1e8bbdd5c30ce6c1e5bdab2edd: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_base_if_get_bcast_mac(const char* oid, uint8_t* bcast_mac) Get broadcast MAC address of TA interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - oid - instance OID of TA interface * - bcast_mac - location for broadcast MAC address (at least ETHER_ADDR_LEN) .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_base_if_set_bcast_mac .. _doxid-group__tapi__conf__iface_1gad22f7c039ee884621833e48948027054: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_base_if_set_bcast_mac(const char* oid, const uint8_t* bcast_mac) Set broadcast MAC address of TA interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - oid - instance OID of TA interface * - bcast_mac - location of broadcast MAC address to be set (at least ETHER_ADDR_LEN) .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_base_if_add_mcast_mac .. _doxid-group__tapi__conf__iface_1gaf24b9666b3fda2d70594d1d863e889df: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_base_if_add_mcast_mac(const char* oid, const uint8_t* mcast_mac) Add multicast MAC address to a TA interface .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - oid - instance OID of TA interface * - mcast_mac - multicast MAC address to be added (at least ETHER_ADDR_LEN) .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_base_if_del_mcast_mac .. _doxid-group__tapi__conf__iface_1ga4463b75db9817035b7bbb0fc0ff8431a: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_base_if_del_mcast_mac(const char* oid, const uint8_t* mcast_mac) Delete multicast MAC address from a TA interface .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - oid - instance OID of TA interface * - mcast_mac - multicast MAC address to be deleted (at least ETHER_ADDR_LEN) If NULL, then all multicast addresses are deleted .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_base_if_get_link_addr .. _doxid-group__tapi__conf__iface_1ga8da860a2ff97667b50a069aecea8cd3c: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_base_if_get_link_addr(const char* ta, const char* dev, struct sockaddr* link_addr) Get link address of TA interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent * - dev - interface name * - link_addr - Location for link address .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_get_mtu .. _doxid-group__tapi__conf__iface_1ga6e1a4c3147ed49f2be67403caf500ee1: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_base_if_get_mtu(const char* oid, unsigned int* p_mtu) Get MTU (layer 2 payload) of the Test Agent interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - oid - TA interface oid, e.g. /agent:A/interface:eth0 * - p_mtu - location for MTU .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_base_add_net_addr .. _doxid-group__tapi__conf__iface_1ga6baebe59f3faa532866da57f318471e8: .. ref-code-block:: cpp :class: doxyrest-title-code-block int tapi_cfg_base_add_net_addr(const char* oid, const struct sockaddr* addr, int prefix, bool set_bcast, :ref:`cfg_handle`* cfg_hndl) Add network address (/net_addr:). .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - oid - TA interface oid, e.g. /agent:A/interface:eth0 * - addr - Address to add * - prefix - Address prefix length (0 - default, -1 - do not set) * - set_bcast - Set broadcast address or not * - cfg_hndl - Configurator handle of the new address * - TE_EAFNOSUPPORT - Address family is not supported * - TE_EEXIST - Address already exist .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_base_if_add_net_addr .. _doxid-group__tapi__conf__iface_1ga319e3bd92ea2f01f6355417ae7099cfb: .. ref-code-block:: cpp :class: doxyrest-title-code-block static int tapi_cfg_base_if_add_net_addr(const char* ta, const char* ifname, const struct sockaddr* addr, int prefix, bool set_bcast, :ref:`cfg_handle`* cfg_hndl) Wrapper over :ref:`tapi_cfg_base_add_net_addr() ` function. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name on the Agent * - addr - Address to add * - prefix - Address prefix length (0 - default, -1 - do not set) * - set_bcast - Set broadcast address or not * - cfg_hndl - Configurator handle of the new address .. rubric:: Returns: See return value of :ref:`tapi_cfg_base_add_net_addr() ` .. index:: pair: function; tapi_cfg_del_if_ip4_addresses .. _doxid-group__tapi__conf__iface_1gae2e2055f1b82955ac46a97e99a3c8f56: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_del_if_ip4_addresses(const char* ta, const char* if_name, const struct sockaddr* addr_to_save) Delete all IPv4 addresses on a given interface, except of addr_to_save or the first address in acquired list. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - if_name - interface name * - addr_to_save - address to save on interface. If this parameter is NULL, then save the first address in address list returned by 'ip addr list' output. If one need to delete all addresses on interface, he have to pass sockaddr with family 'AF_INET' and address 'INADDR_ANY'. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_save_del_if_addresses .. _doxid-group__tapi__conf__iface_1gad34a48855b39016df48b74529b97bb77: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_save_del_if_addresses(const char* ta, const char* if_name, const struct sockaddr* addr_to_save, bool save_first, struct sockaddr** saved_addrs, int** saved_prefixes, bool** saved_broadcasts, int* saved_count, int addr_fam) Save and delete addresses of chosen address family on a given interface, except for ``addr_to_save`` or the first address in acquired list. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - if_name - interface name * - addr_to_save - address to save on the interface. If this parameter is ``NULL``, then save the first address in address list returned by ``ip addr list`` output. If one needs to delete all addresses on the interface, one should pass sockaddr with family from ``addr_fam`` and address ``INADDR_ANY``. * - save_first - If ``addr_to_save`` is ``NULL`` but ``save_first`` is ``true``, do not delete first address from acquired list. * - saved_addrs - Where address of array of deleted addresses should be placed * - saved_prefixes - Where address of array of deleted addresses' prefixes should be placed * - saved_broadcasts - Where address of array of deleted addresses' broadcasts should be placed * - saved_count - Where count of saved and deleted addresses should be placed * - addr_fam - Address family of deleted addresses .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_save_del_if_ip4_addresses .. _doxid-group__tapi__conf__iface_1gaa077477bc838a19325edbcd3ebc8d2ac: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_save_del_if_ip4_addresses(const char* ta, const char* if_name, const struct sockaddr* addr_to_save, bool save_first, struct sockaddr** saved_addrs, int** saved_prefixes, bool** saved_broadcasts, int* saved_count) Save and delete all IPv4 addresses on a given interface, except of addr_to_save or the first address in acquired list (if save_first is ``true``). .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - if_name - interface name * - addr_to_save - address to save on interface. If this parameter is NULL, then save the first address in address list returned by 'ip addr list' output. If one need to delete all addresses on interface, he has to pass sockaddr with family 'AF_INET' and address 'INADDR_ANY'. * - save_first - If addr_to_save is NULL but save_first is ``true``, do not delete first address from acquired list. * - saved_addrs - Where address of array of deleted addresses should be placed * - saved_prefixes - Where address of array of deleted addresses' prefixes should be placed * - saved_broadcasts - Where address of array of deleted addresses' broadcasts should be placed * - saved_count - Where count of saved and deleted addresses should be placed .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_del_if_ip6_addresses .. _doxid-group__tapi__conf__iface_1gad0adaff12977182bbe9765ab2a4daa15: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_del_if_ip6_addresses(const char* ta, const char* if_name, const struct sockaddr* addr_to_save) Delete all IPv6 addresses on a given interface, except for ``addr_to_save`` or the first address in acquired list. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - if_name - interface name * - addr_to_save - address to save on interface. If this parameter is NULL, then save the first address in address list returned by 'ip addr list' output. If one need to delete all addresses on interface, he has to pass sockaddr with family ``AF_INET6`` and address ``INADDR_ANY``. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_save_del_if_ip6_addresses .. _doxid-group__tapi__conf__iface_1ga54d8d4d6dc76d3f038acb7cb4b5f8238: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_save_del_if_ip6_addresses(const char* ta, const char* if_name, const struct sockaddr* addr_to_save, bool save_first, struct sockaddr** saved_addrs, int** saved_prefixes, bool** saved_broadcasts, int* saved_count) Save and delete all IPv6 addresses on a given interface, except for ``addr_to_save`` or the first address in acquired list (if save_first is ``true``). .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - if_name - interface name * - addr_to_save - address to save on interface. If this parameter is NULL, then save the first address in address list returned by 'ip addr list' output. If one need to delete all addresses on interface, he has to pass sockaddr with family ``AF_INET6`` and address ``INADDR_ANY``. * - save_first - If addr_to_save is NULL but save_first is ``true``, do not delete first address from acquired list. * - saved_addrs - Where address of array of deleted addresses should be placed * - saved_prefixes - Where address of array of deleted addresses' prefixes should be placed * - saved_broadcasts - Where address of array of deleted addresses' broadcasts should be placed * - saved_count - Where count of saved and deleted addresses should be placed .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_restore_if_ip4_addresses .. _doxid-group__tapi__conf__iface_1gac5ec5cc9e1dd46bdad16c1aaefba9b4a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_restore_if_ip4_addresses(const char* ta, const char* if_name, struct sockaddr* saved_addrs, int* saved_prefixes, bool* saved_broadcasts, int saved_count) Restore previously removed IPv4 addresses on a given interface Deprecated It is same as function tapi_cfg_restore_if_addresses .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - if_name - interface name * - saved_addrs - Where address of array of deleted addresses should be placed * - saved_prefixes - Where address of array of deleted addresses' prefixes should be placed * - saved_broadcasts - Where address of array of deleted addresses' broadcasts should be placed * - saved_count - Where count of saved and deleted addresses should be placed .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_restore_if_addresses .. _doxid-group__tapi__conf__iface_1gad7725942c6cd959644f122bb589b9486: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_restore_if_addresses(const char* ta, const char* if_name, struct sockaddr* saved_addrs, int* saved_prefixes, bool* saved_broadcasts, int saved_count) Restore previously removed addresses on a given interface .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - if_name - interface name * - saved_addrs - Pointer to array of deleted addresses * - saved_prefixes - Pointer to array of deleted addresses' prefixes * - saved_broadcasts - Pointer to array of deleted addresses' broadcasts * - saved_count - Count of saved and deleted addresses .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_await_link_up .. _doxid-group__tapi__conf__iface_1gabe4d5874be25b057facbefba65da0e4e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_await_link_up(const char* ta, const char* iface, unsigned int nb_attempts, unsigned int wait_int_ms, unsigned int after_up_ms) Await for interface to become up. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - iface - Interface name * - nb_attempts - The number of attempts to check link status * - wait_int_ms - The amount of time which shall elapse prior attempt (ms) * - after_up_ms - The amount of time which shall elapse after link UP has been detected in order to wait for the other resources to become ready (ms) .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_set_promisc .. _doxid-group__tapi__conf__iface_1ga9e4166fc93bb77e06c8667e13de18ce0: .. ref-code-block:: cpp :class: doxyrest-title-code-block static :ref:`te_errno` tapi_cfg_base_if_set_promisc(const char* ta, const char* ifname, bool enable) Set promiscuous mode for an interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name. * - ifname - Interface name. * - enable - Whether to enable or to disable promiscuous mode. .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_base_if_get_promisc .. _doxid-group__tapi__conf__iface_1ga201a4ba7c093d4232262449bd719ccd9: .. ref-code-block:: cpp :class: doxyrest-title-code-block static :ref:`te_errno` tapi_cfg_base_if_get_promisc(const char* ta, const char* ifname, bool* enabled) Get promiscuous mode for an interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name. * - ifname - Interface name. * - enabled - Will be set to ``true`` if promiscuous mode is enabled and to ``false`` otherwise. .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_base_if_del_vlan .. _doxid-group__tapi__conf__iface_1gae8dac42f6604979215914403f80f8da9: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_del_vlan(const char* ta, const char* if_name, uint16_t vid) Delete VLAN interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - if_name - interface name * - vid - VLAN ID to create .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_add_vlan .. _doxid-group__tapi__conf__iface_1gabea8f223280bed32c99d3dd083a3c3ae: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_add_vlan(const char* ta, const char* if_name, uint16_t vid, char** vlan_ifname) Add VLAN interface and get its name. The new interface is grabbed just after creation. MTU of the new VLAN interface is OS-dependent. For example, Linux makes this MTU equal to the master interface MTU; Solaris creates VLAN interface with maximum allowed MTU independently from the master interface settings. Caller should care about MTU himself. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - if_name - interface name * - vid - VLAN ID to create * - vlan_ifname - pointer to return the name of new interface .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_add_get_vlan .. _doxid-group__tapi__conf__iface_1ga080eec2e14c3407179d2de7fd0f27d79: .. ref-code-block:: cpp :class: doxyrest-title-code-block static :ref:`te_errno` tapi_cfg_base_if_add_get_vlan(const char* ta, const char* if_name, uint16_t vid, char** vlan_ifname) Delete VLAN if it exists and add VLAN interface and get its name if possible. MTU of the new VLAN interface is OS-dependent. For example, Linux makes this MTU equal to the master interface MTU; Solaris creates VLAN interface with maximum allowed MTU independently from the master interface settings. Caller should care about MTU himself. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - if_name - interface name * - vid - VLAN ID to get the name * - vlan_ifname - pointer to return the name of new interface .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_add_rsrc .. _doxid-group__tapi__conf__iface_1gad63ae3227524693d13ba40aed8407eff: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_add_rsrc(const char* ta, const char* ifname) Add interface ``ifname`` to the agent ``ta`` resources. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_check_add_rsrc .. _doxid-group__tapi__conf__iface_1gab872539130d64cead6364be2cdfe3624: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_check_add_rsrc(const char* ta, const char* ifname) Add interface ``ifname`` to the agent ``ta`` resources, if it is not done already. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name. * - ifname - Interface name. .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_base_if_del_rsrc .. _doxid-group__tapi__conf__iface_1ga4351e2d421f6378aca5c81d43f4c521e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_del_rsrc(const char* ta, const char* ifname) Delete interface ``ifname`` from the agent ``ta`` resources. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_add_macvlan .. _doxid-group__tapi__conf__iface_1gaf1de74422c2b76f902562844d69f434d: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_add_macvlan(const char* ta, const char* link, const char* ifname, const char* mode) Add MAC VLAN interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - link - Parent (link) interface name * - ifname - MAC VLAN interface name * - mode - MAC VLAN mode or ``NULL`` to use default .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_del_macvlan .. _doxid-group__tapi__conf__iface_1ga9faadf70a659a26326bb80621fbe996b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_del_macvlan(const char* ta, const char* link, const char* ifname) Delete MAC VLAN interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - link - Parent (link) interface name * - ifname - MAC VLAN interface name .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_get_macvlan_mode .. _doxid-group__tapi__conf__iface_1ga6bed762dc359a95e261e3f7feaef1b03: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_get_macvlan_mode(const char* ta, const char* link, const char* ifname, char** mode) Get MAC VLAN interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - link - Parent (link) interface name * - ifname - MAC VLAN interface name * - mode - MAC VLAN mode location .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_set_macvlan_mode .. _doxid-group__tapi__conf__iface_1gafec1e9f426903eadca18aab4302d6a32: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_set_macvlan_mode(const char* ta, const char* link, const char* ifname, const char* mode) Set MAC VLAN interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - link - Parent (link) interface name * - ifname - MAC VLAN interface name * - mode - MAC VLAN mode .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_add_ipvlan .. _doxid-group__tapi__conf__iface_1ga64df0a02bf4f541b47193e715a87842c: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_add_ipvlan(const char* ta, const char* link, const char* ifname, const char* mode, const char* flag) Add IP VLAN interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - link - Parent (link) interface name * - ifname - IP VLAN interface name * - mode - IP VLAN mode or ``NULL`` to use default mode value :ref:`TAPI_CFG_IPVLAN_MODE_DEFAULT ` * - flag - IP VLAN flag or ``NULL`` to use default flag value :ref:`TAPI_CFG_IPVLAN_FLAG_DEFAULT ` .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_del_ipvlan .. _doxid-group__tapi__conf__iface_1gaf7e6bc7cd3e1a4edd0f6861b77d1887d: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_del_ipvlan(const char* ta, const char* link, const char* ifname) Delete IP VLAN interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - link - Parent (link) interface name * - ifname - IP VLAN interface name .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_get_ipvlan_mode .. _doxid-group__tapi__conf__iface_1ga20cbefe046690abbb8773151aaa82fff: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_get_ipvlan_mode(const char* ta, const char* link, const char* ifname, char** mode, char** flag) Get IP VLAN interface. : values ``mode`` and ``flag`` are allocated by this function and should be freed by user .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - link - Parent (link) interface name * - ifname - IP VLAN interface name * - mode - IP VLAN mode location * - flag - IP VLAN flag location .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_set_ipvlan_mode .. _doxid-group__tapi__conf__iface_1ga448c69c8321a220457d18b29bf362a9e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_set_ipvlan_mode(const char* ta, const char* link, const char* ifname, const char* mode, const char* flag) Set IP VLAN interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - link - Parent (link) interface name * - ifname - IP VLAN interface name * - mode - IP VLAN mode or ``NULL`` to use default mode value :ref:`TAPI_CFG_IPVLAN_MODE_DEFAULT ` * - flag - IP VLAN flag or ``NULL`` to use default flag value :ref:`TAPI_CFG_IPVLAN_FLAG_DEFAULT ` .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_add_veth .. _doxid-group__tapi__conf__iface_1gae7dd8c389c8cb35192764e1884185b27: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_add_veth(const char* ta, const char* ifname, const char* peer) Add veth interfaces pair. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - ifname - The interface name * - peer - The peer interface name .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_del_veth .. _doxid-group__tapi__conf__iface_1ga0b874a08b44889fd91bc753230038887: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_del_veth(const char* ta, const char* ifname) Delete veth interfaces pair. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - ifname - The interface name .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_get_veth_peer .. _doxid-group__tapi__conf__iface_1ga1eb3a1b16e326a10120ef4b7ffa5d400: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_get_veth_peer(const char* ta, const char* ifname, char** peer) Get veth peer interface name. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - ifname - The interface name * - peer - The peer interface name (allocated from the heap) .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_get_mtu_u .. _doxid-group__tapi__conf__iface_1ga4cbb779c3fd3664ba69d996f7f7c1a79: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_get_mtu_u(const char* agent, const char* interface, int* mtu) It is the same function as ``tapi_cfg_base_if_get_mtu``, but it is more user-friendly to use it in tests. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - agent - Agent name * - interface - Interface name * - mtu - Location for MTU value .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_set_mtu_ext .. _doxid-group__tapi__conf__iface_1gaf0c36c512395053673323ee9fc057145: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_set_mtu_ext(const char* agent, const char* interface, int mtu, int* old_mtu, bool fast) Set new MTU value. Consider using ``:ref:`tapi_cfg_base_if_set_mtu_leastwise() ``` instead. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - agent - Agent name * - interface - Interface name * - mtu - MTU value * - old_mtu - Location for old MTU value or ``NULL`` * - fast - Don't sleep long time after interface restart if ``true`` .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_set_mtu .. _doxid-group__tapi__conf__iface_1gad9a031d26d38ee68ceb3a12e59b4761e: .. ref-code-block:: cpp :class: doxyrest-title-code-block static :ref:`te_errno` tapi_cfg_base_if_set_mtu(const char* agent, const char* interface, int mtu, int* old_mtu) Set new MTU value. Consider using ``:ref:`tapi_cfg_base_if_set_mtu_leastwise() ``` instead. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - agent - Agent name * - interface - Interface name * - mtu - MTU value * - old_mtu - Location for old MTU value or ``NULL`` .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_if_set_mtu_leastwise .. _doxid-group__tapi__conf__iface_1ga44e6cbd8117ad23b1e10323286953c14: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_set_mtu_leastwise(const char* ta, const char* ifname, unsigned int mtu) Ensure that interface *ifname* on the host running TA *ta* can receive frames up to MTU *mtu*. It increases the interface MTU if required, but never decreases. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Agent name * - ifname - Interface name * - mtu - MTU value .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_base_if_down_up .. _doxid-group__tapi__conf__iface_1gafbcff276f8834261c5462ba1d7d71f65: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_if_down_up(const char* agent, const char* interface) Down up interface. Caller should take care about wait for the interface to be raised. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - agent - Agent name * - interface - Interface name .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_base_get_loadavg .. _doxid-group__tapi__conf__iface_1ga3a556d1b8b4cf9d2fe878c28b973eeb2: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_get_loadavg(const char* agent, :ref:`tapi_cfg_base_loadavg`* loadavg) Get loadavg stats from a given agent. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - agent - agent name * - loadavg - resulting loadavg stats .. rubric:: Returns: status code .. index:: pair: function; tapi_cfg_base_get_proc_number .. _doxid-group__tapi__conf__iface_1ga2d2e8017145ce9324acc03528883446a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_get_proc_number(const char* agent, uint64_t* runnable, uint64_t* total) Get kernel scheduler figures from a given agent. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - agent - agent name * - runnable - number of runnable processes * - total - total number of processes .. rubric:: Returns: status code .. index:: pair: function; tapi_cfg_base_get_latest_pid .. _doxid-group__tapi__conf__iface_1ga79f2f218afd3b6e9b5972cdce176a680: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_base_get_latest_pid(const char* agent, uint64_t* latest_pid) Get latest PID from a given agent. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - agent - agent name * - latest_pid - obtained PID pointer .. rubric:: Returns: status code Macros ------ .. index:: pair: define; TEST_GET_TE_INTERFACE_KIND_PARAM .. _doxid-group__tapi__conf__iface_1ga25c9d327af4ccbc2965c54a4b4dba94c: .. ref-code-block:: cpp :class: doxyrest-title-code-block #define TEST_GET_TE_INTERFACE_KIND_PARAM(_var_name) Get value of a test parameter of type :ref:`te_interface_kind `. Should be used like te_interface_kind if_kind; :ref:`TEST_GET_TE_INTERFACE_KIND_PARAM(if_kind) `; .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - _var_name - Parameter name (should be the same as name of the variable in which obtained value is stored). .. index:: pair: define; TEST_TE_INTERFACE_KIND_PARAM .. _doxid-group__tapi__conf__iface_1ga31a384bc658a1468c20cbf64f3d47a67: .. ref-code-block:: cpp :class: doxyrest-title-code-block #define TEST_TE_INTERFACE_KIND_PARAM(_name) Get value of a test parameter of type :ref:`te_interface_kind `. Should be used like te_interface_kind var; var = :ref:`TEST_TE_INTERFACE_KIND_PARAM(if_kind) ` .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - _name - Parameter name .. index:: pair: define; TE_INTERFACE_KIND_MAPPING_LIST .. _doxid-group__tapi__conf__iface_1gadaa4b7b623796c27804a05c38b49bed0: .. ref-code-block:: cpp :class: doxyrest-title-code-block #define TE_INTERFACE_KIND_MAPPING_LIST Mapping list for TEST_GET_ENUM_PARAM