enum tester_track_conf_flags

Overview

Flags describing how Tester tracks configuration changes. More…

#include <tester_conf.h>

enum tester_track_conf_flags {
    TESTER_TRACK_CONF_SPECIFIED        = 1<<0,
    TESTER_TRACK_CONF_ENABLED          = 1<<1,
    TESTER_TRACK_CONF_MARK_DIRTY       = 1<<2,
    TESTER_TRACK_CONF_ROLLBACK_HISTORY = 1<<3,
    TESTER_TRACK_CONF_SYNC             = 1<<4,
};

Detailed Documentation

Flags describing how Tester tracks configuration changes.

Enum Values

TESTER_TRACK_CONF_SPECIFIED

Attribute is specified

TESTER_TRACK_CONF_ENABLED

Configuration changes tracking is enabled

TESTER_TRACK_CONF_MARK_DIRTY

Set test result to DIRTY in case of unexpected configuration changes

TESTER_TRACK_CONF_ROLLBACK_HISTORY

Try to restore configuration by history rollback

TESTER_TRACK_CONF_SYNC

Synchronize configuration tree before checking whether it differs from backup