From 507f2c5eaa81a2768d352d7af70edf23af94f819 Mon Sep 17 00:00:00 2001 From: Pier Carlo Chiodi Date: Mon, 30 Jan 2017 21:11:48 +0100 Subject: [PATCH] restrict travis tests to the failing ones --- .travis.yml | 2 +- docs/FUTUREWORK.rst | 1 + tests/live_tests/scenarios/global/AS1_1.j2 | 2 +- tests/live_tests/scenarios/global/AS1_2.j2 | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd1dd741..c64f151c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ before_install: install: - pip install -r requirements.txt script: - - nosetests -vs tests/ + - nosetests -vs tests/live_tests/scenarios/global/test_bird4.py diff --git a/docs/FUTUREWORK.rst b/docs/FUTUREWORK.rst index 88a2264f..be36b1c2 100644 --- a/docs/FUTUREWORK.rst +++ b/docs/FUTUREWORK.rst @@ -10,6 +10,7 @@ Short term - Live tests: path hiding mitigation live test - Live tests: provide a skeleton to ease building of new live test scenarios. - Packaging and better installation process +- Add options for bgpq3 (sources) Mid term -------- diff --git a/tests/live_tests/scenarios/global/AS1_1.j2 b/tests/live_tests/scenarios/global/AS1_1.j2 index 753e0ec9..c3c428a6 100644 --- a/tests/live_tests/scenarios/global/AS1_1.j2 +++ b/tests/live_tests/scenarios/global/AS1_1.j2 @@ -7,7 +7,7 @@ debug protocols all; protocol device { } protocol static own_prefixes { - route {{ data.AS1_good1 }} reject; + route {{ data.AS1_good1 }} reject; route {{ data.AS1_good2 }} reject; } protocol static bad_prefixes { diff --git a/tests/live_tests/scenarios/global/AS1_2.j2 b/tests/live_tests/scenarios/global/AS1_2.j2 index 9e0eb29b..ac530e43 100644 --- a/tests/live_tests/scenarios/global/AS1_2.j2 +++ b/tests/live_tests/scenarios/global/AS1_2.j2 @@ -7,7 +7,7 @@ debug protocols all; protocol device { } protocol static own_prefixes { - route {{ data.AS1_good1 }} reject; + route {{ data.AS1_good1 }} reject; route {{ data.AS1_good2 }} reject; route {{ data.AS1_good3 }} reject; }