commit | 8935ca3c3238f856d3ec8fd3e02791cfa528b2a6 | [log] [tgz] |
---|---|---|
author | Samuel A. Falvo II <sam.falvo@rackspace.com> | Thu Jul 25 21:27:06 2013 -0700 |
committer | Samuel A. Falvo II <sam.falvo@rackspace.com> | Thu Jul 25 21:27:06 2013 -0700 |
tree | d6bffe5ff30f60f4cd1584adfc7aa1e4d127e077 | |
parent | 5c305e115324107a05ebec572b95ed39eb30f596 [diff] |
Refactor createServer functionality for re-use. Presently, only 04-create-server.go is capable of dynamically creating servers as-needed. However, many server action acceptance tests require servers of their own to perform tests on. Refactoring the logic for creating servers into a reusable form permits other tests to take advantage of this ability. This prevents human intervention from becoming necessary to run acceptance tests.