:orphan: .. index:: pair: group; Macros to get test parameters on a gateway configuration .. _doxid-group__ts__tapi__gw: Macros to get test parameters on a gateway configuration ======================================================== .. toctree:: :hidden: Overview ~~~~~~~~ Macros to be used in tests. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // macros #define :ref:`TEST_GET_TAG_ADDR`(_addr, _tag) #define :ref:`TEST_GET_TST_IF`(_if, _tag) .. _details-group__ts__tapi__gw: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Macros to be used in tests. The header must be included from test sources only. It is allowed to use the macros only from **main()** function of the test. Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved. Macros ------ .. index:: pair: define; TEST_GET_TAG_ADDR .. _doxid-group__ts__tapi__gw_1gafa7b1a136ea955e800c08bfc42dbdd49: .. ref-code-block:: cpp :class: doxyrest-title-code-block #define TEST_GET_TAG_ADDR(_addr, _tag) Get tagged network address from Configurator. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - _addr - variable for address. * - _tag - name in CS of address. .. index:: pair: define; TEST_GET_TST_IF .. _doxid-group__ts__tapi__gw_1gaf974bada78c5bf72040c7a7a719af41f: .. ref-code-block:: cpp :class: doxyrest-title-code-block #define TEST_GET_TST_IF(_if, _tag) Get name of tagged network interface from Configurator. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - _if - variable for interface name. * - _tag - name in CS of interface.