aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/network_services/vnf_generic/vnf/test_tg_ping.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Remove main() and __main__ from tests.Emma Foley1-2/+0
2018-03-01NSB: move interface probe to VNF, and attempt driver-only probe firstRoss Brattain1-1/+1
2018-01-26Merge "Replace assertEqual(x, True|False) with assert[True|False](x)"Ross Brattain1-1/+1
2018-01-25Replace assertEqual(x, True|False) with assert[True|False](x)Emma Foley1-1/+1
2018-01-25Replace assertEquals with assertEqualEmma Foley1-1/+1
2018-01-25Make files pep8 compliant before using assertTrue|FalseEmma Foley1-2/+1
2018-01-03Make GenericVNF an abstract classRodolfo Alonso Hernandez1-8/+0
2017-12-19Variable local_iface_name is read before it is setJiri Prokes1-4/+4
2017-09-14NSB: fix port topologyMartin Banszel1-29/+53
2017-08-24Standardized TRex client library pathMaciej Skrocki1-60/+2
2017-08-08NSB updateDeepak S1-177/+268
2017-07-13tg: speedup unittests, mock time.sleepRoss Brattain1-3/+3
2017-04-11standardize ssh authRoss Brattain1-8/+8
2017-01-19Adding ping based sample VNF applianceDeepak S1-0/+247