Age | Commit message (Expand) | Author | Files | Lines |
2018-03-22 | Merge "Make Sample VNF hugepages size configurable" |  Ross Brattain | 1 | -2/+20 |
2018-03-09 | Do NOT hardcode interface speed for PROX tests |  DanielMartinBuckley | 1 | -11/+19 |
2018-03-09 | Make Sample VNF hugepages size configurable |  Rodolfo Alonso Hernandez | 1 | -2/+20 |
2018-03-02 | Remove main() and __main__ from tests. |  Emma Foley | 14 | -35/+0 |
2018-03-02 | Replace assertEqual(None, xx) with assertIsNone(xx) |  Emma Foley | 6 | -8/+8 |
2018-03-01 | NSB: move interface probe to VNF, and attempt driver-only probe first |  Ross Brattain | 3 | -20/+28 |
2018-03-01 | vFW scale-up template. |  Mytnyk, Volodymyr | 1 | -1/+16 |
2018-03-01 | Import "traffic_profile" modules only once |  Rodolfo Alonso Hernandez | 6 | -41/+39 |
2018-02-28 | Merge "Improve SampleVNF hugepages setup" |  Abhijit Sinha | 1 | -36/+21 |
2018-02-28 | Merge "Addition of storage of extra counters for Grafana" |  Abhijit Sinha | 2 | -15/+21 |
2018-02-28 | Addition of storage of extra counters for Grafana |  DanielMartinBuckley | 2 | -15/+21 |
2018-02-16 | Merge "Remove tool provisioning from DpdkVnfSetupEnvHelper._setup_dpdk" |  Rodolfo Alonso Hernandez | 1 | -28/+25 |
2018-02-14 | NSB: fix test_vpe_vnf.py |  Ross Brattain | 1 | -1/+1 |
2018-02-14 | NSB: fix pylint warnings in test_tg_ixload |  Ross Brattain | 1 | -2/+9 |
2018-02-12 | Remove tool provisioning from DpdkVnfSetupEnvHelper._setup_dpdk |  Rodolfo Alonso Hernandez | 1 | -28/+25 |
2018-02-12 | Merge "vpe: convert DPKD_PORT to LINK ID" |  Emma Foley | 1 | -0/+5 |
2018-02-06 | vpe: convert DPKD_PORT to LINK ID |  Ross Brattain | 1 | -0/+5 |
2018-02-06 | Improve SampleVNF hugepages setup |  Rodolfo Alonso Hernandez | 1 | -36/+21 |
2018-02-05 | Remove references to "dpdk_nic_bind" utility |  Rodolfo Alonso Hernandez | 4 | -44/+1 |
2018-01-26 | Merge "Replace assertEqual(x, True|False) with assert[True|False](x)" |  Ross Brattain | 1 | -1/+1 |
2018-01-25 | Replace assertEqual(x, True|False) with assert[True|False](x) |  Emma Foley | 1 | -1/+1 |
2018-01-25 | Replace assertEquals with assertEqual |  Emma Foley | 3 | -4/+4 |
2018-01-25 | Make files pep8 compliant before using assertTrue|False |  Emma Foley | 1 | -2/+1 |
2018-01-23 | Rename ResourceProfile.check_if_sa_running() |  Emma Foley | 3 | -11/+14 |
2018-01-04 | Remove tool provisioning in PROX helper |  Rodolfo Alonso Hernandez | 3 | -81/+74 |
2018-01-03 | Make GenericVNF an abstract class |  Rodolfo Alonso Hernandez | 13 | -397/+255 |
2017-12-19 | Variable local_iface_name is read before it is set |  Jiri Prokes | 1 | -4/+4 |
2017-12-16 | samples: Add generic L3 forwarder tests |  Dino Madarang | 1 | -0/+267 |
2017-11-17 | Make GenericTrafficGen class abstract |  Rodolfo Alonso Hernandez | 2 | -74/+33 |
2017-11-14 | NSB TRex: convert DPDK port number to logical TRex port number |  Ross Brattain | 1 | -0/+54 |
2017-11-10 | Merge "Remove network_services.vnf_generic.vnf.prox_helpers.ProxSocketHelper.... |  Ross Brattain | 1 | -14/+0 |
2017-11-09 | Merge "NSB Prox LW_AFTR Test" |  Ross Brattain | 1 | -0/+115 |
2017-11-08 | Remove network_services.vnf_generic.vnf.prox_helpers.ProxSocketHelper.rx_stats |  Emma Foley | 1 | -14/+0 |
2017-11-07 | NSB Prox LW_AFTR Test |  DanielMartinBuckley | 1 | -0/+115 |
2017-11-02 | test_sample_vnf: mock time |  Ross Brattain | 1 | -1/+2 |
2017-10-31 | NSB: remove validate_cpu_cfg and all app cpu methods |  Ross Brattain | 1 | -106/+0 |
2017-10-19 | BugFix: Negative dropped packets in Prox tests |  Abhijit Sinha | 1 | -2/+2 |
2017-10-17 | Enable static cgnapt functionality. |  Deepak S | 2 | -13/+3 |
2017-10-13 | Relocate iniparser to yardstick.network_services.helpers |  Edward MacGillivray | 2 | -226/+1 |
2017-10-11 | Move arp route tbl to script and update defailt vnf config files |  Deepak S | 1 | -0/+1 |
2017-10-06 | NSB Prox vPE Test |  Abhijit Sinha | 1 | -51/+118 |
2017-10-04 | Disable VNF deploy by default |  Deepak S | 2 | -2/+6 |
2017-10-03 | NSB PROX test hang fixes |  Ross Brattain | 7 | -26/+35 |
2017-10-02 | Enable multi-port perf in trex as TG |  Deepak S | 3 | -15/+11 |
2017-09-28 | Merge "Addition of Prox NSB BNG and BNG-QoS test" |  Ross Brattain | 1 | -251/+561 |
2017-09-28 | Addition of Prox NSB BNG and BNG-QoS test |  Abhijit Sinha | 1 | -251/+561 |
2017-09-27 | collectd: write config file from Jinja2 template |  Ross Brattain | 1 | -2/+8 |
2017-09-25 | Fix vPE VNF characterization issues. |  Deepak S | 1 | -10/+130 |
2017-09-22 | tg_rfc2544_ixia: log exceptions and fix list iter |  Ross Brattain | 1 | -7/+11 |
2017-09-20 | tg_rfc2544_ixia: use traffic id from JSON to update mac |  Ross Brattain | 1 | -4/+5 |