Macros to get test parameters on a gateway configuration

Overview

Macros to be used in tests. More…

// macros

#define TEST_GET_TAG_ADDR(_addr, _tag)
#define TEST_GET_TST_IF(_if, _tag)

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

#define TEST_GET_TAG_ADDR(_addr, _tag)

Get tagged network address from Configurator.

Parameters:

_addr

variable for address.

_tag

name in CS of address.

#define TEST_GET_TST_IF(_if, _tag)

Get name of tagged network interface from Configurator.

Parameters:

_if

variable for interface name.

_tag

name in CS of interface.