commit | 5fc6936112709ed699e8dfefa6c8784759f05b77 | [log] [tgz] |
---|---|---|
author | lkuchlan <lkuchlan@redhat.com> | Mon Sep 05 08:42:34 2016 +0300 |
committer | lkuchlan <lkuchlan@redhat.com> | Wed Sep 07 14:57:12 2016 +0300 |
tree | fc9fa8f40ed6ebfb61256fcf45e25cc8d674ba70 | |
parent | c59270760a9e44f4c1f2c37bc3a1bb6222cc19b6 [diff] |
Use an instance method instead of class method There is an advantage to use an instance method, it allows using addCleanup method, therefore, 'create_server' method will be responsible for cleaning the server resource in the end of the test. Change-Id: I59b8b52bb542741bbba779bac5c7ee01515211c1