Skip to content

Commit 40973b3

Browse files
committed
Merge branch 'master' of github.com:opennetworkinglab/ngsdn-tutorial into vm
2 parents 0b08759 + ce4ece9 commit 40973b3

32 files changed

+4225
-483
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ ptf/ptf.log
99
ptf/ptf.pcap
1010
**/*.iml
1111
**/*.pyc
12+
**/*.bak
13+
util/.pipe_cfg

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
dist: xenial
2+
3+
language: python
4+
5+
services:
6+
- docker
7+
8+
python:
9+
- "3.5"
10+
11+
install:
12+
- make pull-deps
13+
14+
script:
15+
- make check-solution

0 commit comments

Comments
 (0)