commit | 3e15ba963bab9fcc8502f4d5931194d53e0cba09 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Mon Jan 14 13:39:16 2013 -0500 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Thu Jan 17 10:35:06 2013 -0500 |
tree | ed6ad007bf1548399318e3bb685ba24866b94da3 | |
parent | ce4e43fe6fcba0e85d143363ef6d9e4d4719b051 [diff] |
Only create 1 server for server actions tests. This switches the setUp() and tearDown() methods in test_server_actions.py to be setUpClass() and tearDownClass(). The server create and delete for each test method were taking a significant amount of time. This minimizes the time spent for those operations by only using one server since there wasn't a need to use separate servers for each test. Change-Id: I5e7a3831c9f018e871c0fcfcd575e662a143cd9b