mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
This intoduce a new sysrepo plugin to handle a new YANG model 'infix-test'. Today only contains the actions. This is required to run tests on infix using infamy. This is a part of #561 Signed-off-by: Mattias Walström <lazzer@gmail.com>
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
config BR2_PACKAGE_TEST_MODE
|
|
bool "test-mode"
|
|
select BR2_PACKAGE_LIBITE
|
|
select BR2_PACKAGE_LIBYANG
|
|
select BR2_PACKAGE_SYSREPO
|
|
select BR2_PACKAGE_LIBSRX
|
|
select BR2_PACKAGE_CONFD
|
|
help
|
|
A plugin to sysrepo that provides functionality required to
|
|
run tests with infamy.
|