Skip to content

Commit

Permalink
restrict travis tests to the failing ones
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed Jan 30, 2017
1 parent ec16264 commit 507f2c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions docs/FUTUREWORK.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down
2 changes: 1 addition & 1 deletion tests/live_tests/scenarios/global/AS1_1.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion tests/live_tests/scenarios/global/AS1_2.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 507f2c5

Please sign in to comment.