summaryrefslogtreecommitdiffstats
path: root/test/template_bd.py
AgeCommit message (Expand)AuthorFilesLines
2019-12-14tests: changes for scapy 2.4.3 migrationsnaramre1-1/+2
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-3/+3
2019-02-26VPP-1508 Python3 abstract classesPaul Vinciguerra1-7/+8
2018-06-21test:vxlan over ipv6 testsEyal Bari1-2/+6
2017-03-29VXLAN:validate mcast encapsulation ip/macEyal Bari1-1/+2
2017-01-11make test: improve documentation and PEP8 complianceKlement Sekera1-2/+2
2017-01-11vxlan unit test - minor fixesEyal Bari1-9/+6
2017-01-06Added basic tests for multicast vxlan tunnelsEyal Bari1-27/+92
2016-12-23make test: improve handling of packet capturesKlement Sekera1-8/+2
2016-12-07BFD: basic asynchronous session up/downKlement Sekera1-1/+2
2016-10-26refactor test frameworkKlement Sekera1-63/+57
2016-10-03test: new test infrastructureDamjan Marion1-0/+106
ht .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
# STEPS TO START DEVELOPING TESTS LOCALLY
 - install virtualenv
 - generate environment using virtualenv:
    # cd $ROOT
    # virtualenv env
    # source env/bin/activate
 - install python requirements for this project by executing:
    # pip install -r requirements.txt
 - make sure user mentioned in topology.py has NOPASSWD sudo access to
    vpp_api_test


 Done.

# STEPS TO START THE TESTS
export PYTHONPATH=.
pybot -L TRACE -V resources/libraries/python/topology.py tests