aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/tests/unit/benchmark/contexts/test_heat.py
AgeCommit message (Expand)AuthorFilesLines
2019-04-08Merge "Update to support using external heat template"Volodymyr Mytnyk1-0/+45
2019-04-04Update to support using external heat templatetreyad1-0/+45
2019-02-28Support using existing private key when using external heat template filetreyad1-0/+37
2018-08-20Make security group configurable - dovetailrexlee87761-1/+2
2018-06-29Move "read_yaml_file" to common.yaml_loaderRodolfo Alonso Hernandez1-3/+5
2018-06-26Extended Context class with get_physical_nodes functionalityChornyi, TarasX1-12/+96
2018-06-11Move tests: unit/network_services/vnf_genericEmma Foley1-6/+6
2018-06-01Remove __init__ method overriding in HeatContextTestCaseRodolfo Alonso Hernandez1-7/+4
2018-05-03Add "os_cloud_config" as a new context flag parameterRodolfo Alonso Hernandez1-4/+5
2018-04-25Fix "os.path" mock problems during testsRoss Brattain1-5/+4
2018-04-17fix unittest test_deploy_try_retrieve_context_does_not_existRoss Brattain1-1/+1
2018-03-12Merge "assertTrue(mock.called) -> mock.assert_called"Rodolfo Alonso Hernandez1-1/+1
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 Chan1-0/+1
2018-03-05assertTrue(mock.called) -> mock.assert_calledEmma Foley1-1/+1
2018-03-02Merge "Remove main() and __main__ from tests."Ross Brattain1-2/+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 Foley1-2/+0
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 Foley1-33/+94
2018-02-27Enable heat context to support existing networkrexlee87761-0/+1
2018-02-12Move tests: unit/benchmarkEmma Foley1-0/+503