aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/tests
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Remove main() and __main__ from tests.Emma Foley92-632/+0
2018-03-02Replace assertEqual(None, xx) with assertIsNone(xx)Emma Foley6-9/+9
2018-03-02Make files pep8 compliant before replacing assertEqual(None, xx)Emma Foley1-1/+1
2018-03-02Merge "Add "render-only" option to "task" command"Rodolfo Alonso Hernandez1-1/+137
2018-03-01Merge "Add ability to reuse existing OpenStack set-up"Ross Brattain2-1/+109
2018-03-01Add "render-only" option to "task" commandRodolfo Alonso Hernandez1-1/+137
2018-03-01Add ability to reuse existing OpenStack set-upEmma Foley2-1/+109
2018-03-01NSB: move interface probe to VNF, and attempt driver-only probe firstRoss Brattain3-177/+128
2018-03-01Merge "Add methods to get an existing stack"Ross Brattain1-0/+87
2018-03-01Merge "Use context name instead of key_uuid"Ross Brattain1-20/+20
2018-03-01Merge changes from topics 'feat/keep_vnf', 'YARDSTICK-886'Ross Brattain8-261/+396
2018-03-01Merge "vFW scale-up template."Ross Brattain2-3/+111
2018-03-01Merge "Add arguments to the traffic profile render"Ross Brattain7-87/+236
2018-03-01Merge "Import "traffic_profile" modules only once"Ross Brattain3-79/+99
2018-03-01Add methods to get an existing stackEmma Foley1-0/+87
2018-03-01Use context name instead of key_uuidEmma Foley1-20/+20
2018-03-01Add _create_new_stack methodEmma Foley1-0/+32
2018-03-01Update TaskParser to deal with qualified name in ContextEmma Foley1-29/+86
2018-03-01vFW scale-up template.Mytnyk, Volodymyr2-3/+111
2018-03-01Merge "Module to manage pip packages"Rodolfo Alonso Hernandez11-0/+299
2018-03-01Add qualified name to ContextEmma Foley7-232/+278
2018-03-01Add arguments to the traffic profile renderRodolfo Alonso Hernandez7-87/+236
2018-03-01Import "traffic_profile" modules only onceRodolfo Alonso Hernandez3-79/+99
2018-02-28Merge "Add Flags class to base.Context"Emma Foley1-0/+43
2018-02-28Mock TRex STL libraries globallyRodolfo Alonso Hernandez3-37/+21
2018-02-28Merge "Improve SampleVNF hugepages setup"Abhijit Sinha1-5/+25
2018-02-28Add Flags class to base.ContextEmma Foley1-0/+43
2018-02-28Add l2fwd module in Tgen modeAce Lee1-0/+353
2018-02-27[bugfix]tc006 failed due to volume attached to different location "/dev/vdc"JingLu51-0/+16
2018-02-27Enable heat context to support existing networkrexlee87763-9/+17
2018-02-23Yardstick real-time influxdb KPI reporting regressionschenjiankun2-6/+22
2018-02-22Merge "Make files pep8 compliant"Emma Foley1-75/+57
2018-02-22Merge "Refactor benchmark.core.test_plugin.PluginTestCase"Rodolfo Alonso Hernandez2-82/+169
2018-02-20Make files pep8 compliantEmma Foley1-75/+57
2018-02-19Merge "Replace neutron network deletion with shade."Emma Foley2-20/+63
2018-02-19Replace neutron network deletion with shade.Shobhi Jain2-20/+63
2018-02-16Refactor benchmark.core.test_plugin.PluginTestCaseRodolfo Alonso Hernandez2-82/+169
2018-02-15Prohibit the importation of a list of librariesRodolfo Alonso Hernandez4-0/+84
2018-02-15Workaround to fix Heat stack deletion bug in ShadeRodolfo Alonso Hernandez1-0/+12
2018-02-12Move tests: unit/benchmarkEmma Foley145-0/+13893
2018-02-12Merge "Heatstack create: fix str/bytes error in NamedTemporaryFile.write()"Emma Foley1-1/+1
2018-02-12Merge "Replace neutron get network id with shade."Emma Foley1-9/+19
2018-02-12Heatstack create: fix str/bytes error in NamedTemporaryFile.write()Ross Brattain1-1/+1
2018-02-11Merge "Replace "python-heatclient" with "shade" client"Rodolfo Alonso Hernandez1-400/+172
2018-02-09Module to manage pip packagesRodolfo Alonso Hernandez11-0/+299
2018-02-09Replace neutron get network id with shade.Shobhi Jain1-9/+19
2018-02-09Replace "python-heatclient" with "shade" clientRodolfo Alonso Hernandez1-400/+172
2018-02-06Improve SampleVNF hugepages setupRodolfo Alonso Hernandez1-5/+25
2018-01-29Merge "Move tests: unit/cmd/"Ross Brattain5-0/+222
2018-01-25Replace assertEquals with assertEqualEmma Foley1-1/+1