On 2/1/21 6:00 PM, Pablo Neira Ayuso wrote:
This allows for running the script away from the test infrastructure, which is convenient when developing new tests. This also allows for reusing the same netns setup from new tests. Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> --- tests/conntrackd/scenarios.yaml | 29 +-------- .../scenarios/basic/network-setup.sh | 59 +++++++++++++++++++ 2 files changed, 61 insertions(+), 27 deletions(-) create mode 100755 tests/conntrackd/scenarios/basic/network-setup.sh
Acked-by: Arturo Borrero Gonzalez <arturo@xxxxxxxxxxxxx>