Local subtree

Overview

The /local: subtree, which holds values a test wants Configurator to keep for it without any of them reaching a Test Agent. More…

// global functions

static te_errno tapi_no_reuse_pco_disable_once(void);
static te_errno tapi_no_reuse_pco_reset(void);
static te_errno tapi_no_reuse_pco_get(bool* no_reuse_pco);

Detailed Documentation

The /local: subtree, which holds values a test wants Configurator to keep for it without any of them reaching a Test Agent.

Global Functions

static te_errno tapi_no_reuse_pco_disable_once(void)

Disable reuse_pco mode for the next test iteration.

Returns:

0 on success or error code

static te_errno tapi_no_reuse_pco_reset(void)

Reset no_reuse_pco local value to default

Returns:

0 on success or error code

static te_errno tapi_no_reuse_pco_get(bool* no_reuse_pco)

Get no_reuse_pco local value

Parameters:

no_reuse_pco

[OUT] pointer to value of no_reuse_pco local variable

Returns:

0 on success or error code