aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/tests
AgeCommit message (Expand)AuthorFilesLines
2018-03-16Merge "Replace assert statements in tests"Abhijit Sinha2-20/+20
2018-03-15Create API to get SUT informationchenjiankun2-0/+49
2018-03-14Merge "Get SUT information"Jack Chan1-0/+16
2018-03-12Replace neutron router deletion with shade.Shobhi Jain2-12/+67
2018-03-12Replace neutron subnet creation with shade.Shobhi Jain2-17/+68
2018-03-12Replace neutron network creation with shade.Shobhi Jain2-15/+67
2018-03-12Merge "assertTrue(mock.called) -> mock.assert_called"Rodolfo Alonso Hernandez33-92/+92
2018-03-12Get SUT informationchenjiankun1-0/+16
2018-03-07Merge "Add l2fwd module in Tgen mode"Jack Chan1-0/+353
2018-03-07Merge "[bugfix]tc006 failed due to volume attached to different location "/de...Rex Lee1-0/+16
2018-03-06Merge "Move SSH key generation from "init" to "deploy""Emma Foley1-26/+80
2018-03-06Move SSH key generation from "init" to "deploy"Rodolfo Alonso Hernandez1-26/+80
2018-03-06Replace assert statements in testsEmma Foley2-20/+20
2018-03-06Merge "Enable heat context to support existing network"Jack Chan3-9/+17
2018-03-05assertTrue(mock.called) -> mock.assert_calledEmma Foley33-92/+92
2018-03-02Merge "Prohibit the importation of a list of libraries"Ross Brattain4-0/+84
2018-03-02Merge "Remove main() and __main__ from tests."Ross Brattain92-632/+0
2018-03-02Add yardstick.benchmark.contexts.heat.HeatContext._delete_key_file()Emma Foley1-1/+3
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