aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/tests/unit/benchmark/contexts
AgeCommit message (Expand)AuthorFilesLines
2018-03-12Merge "assertTrue(mock.called) -> mock.assert_called"Rodolfo Alonso Hernandez3-28/+28
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-06Merge "Enable heat context to support existing network"Jack Chan2-6/+6
2018-03-05assertTrue(mock.called) -> mock.assert_calledEmma Foley3-28/+28
2018-03-02Merge "Remove main() and __main__ from tests."Ross Brattain3-12/+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 Foley3-12/+0
2018-03-02Replace assertEqual(None, xx) with assertIsNone(xx)Emma Foley1-1/+1
2018-03-01Add ability to reuse existing OpenStack set-upEmma Foley1-1/+77
2018-03-01Use context name instead of key_uuidEmma Foley1-20/+20
2018-03-01Add _create_new_stack methodEmma Foley1-0/+32
2018-03-01Add qualified name to ContextEmma Foley6-231/+276
2018-02-28Add Flags class to base.ContextEmma Foley1-0/+43
2018-02-27Enable heat context to support existing networkrexlee87762-6/+6
2018-02-12Move tests: unit/benchmarkEmma Foley24-0/+3762