commit | 61f272b03dc79f97f475af2cb6e3f2cf86bedf84 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Thu Aug 15 15:58:53 2013 +0900 |
committer | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Fri Aug 16 15:34:43 2013 +0900 |
tree | 026101c9fb150a0494f1dfca02d7bc7de882a212 | |
parent | 4369755ae2c7e11b57a63edefac6841773d34e09 [diff] |
Cleanup: Add common "create_server" method In scenario tests, there are many "create server" methods and their behaviors are almost same. They creates a server with random name, default image and default flavor, and waits for server status "ACTIVE". So this patch adds a common "create_server" method and uses the method instead of each implementation for code-cleanup. Change-Id: I663cf1c994307160c9f0ebf51fa4c920f2b6125e