commit | cfad10dca1081c57f8cd84819e80546e485832ec | [log] [tgz] |
---|---|---|
author | Leandro I. Costantino <leandro.i.costantino@intel.com> | Fri Jan 24 12:16:33 2014 -0500 |
committer | Leandro I. Costantino <leandro.i.costantino@intel.com> | Tue Jan 28 14:33:54 2014 -0500 |
tree | 06a0a496253da9d30ede566ebaaf17a547506292 | |
parent | 90c3a22672067a4ecea40cc975401fe1e48dca91 [diff] |
Add tempest test for heat resource OS::Nova::KeyPair The template will create two OS::Nova::KeyPair and will test that: [*] The key with save_private_key flag set to true outputs both public and private keys. [*] The key with save_private_key flag set to false outputs only the public key. Testing other cases will require to recreate the stack and include a negative test case. Change-Id: I751a85e0efd997a1238c53d8802ebdd8b551e7aa Partial-Bug: #1271995