commit | 7fe5cad8e8d8c252cd29f4137c9f37a9ef8aad2a | [log] [tgz] |
---|---|---|
author | Valeriy Ponomaryov <vponomaryov@mirantis.com> | Mon Feb 13 13:25:38 2017 +0200 |
committer | Valeriy Ponomaryov <vponomaryov@mirantis.com> | Mon Feb 13 13:33:05 2017 +0200 |
tree | f10c22c0bd86839e81168b7b427e13223e321938 | |
parent | 652211b7dafe821c070c9e8d2f69f6b113ae1785 [diff] |
[Tempest] Refactor api/tests/admin/test_share_servers module Doing following things: - Use ddt module removing code duplication. - Use v2 APIs instead of deprecated v1. - Use correct 'share_server_id' for 'test_show_share_server_details' test to avoid concurrency issues. For more details, see closed b_u_g. Change-Id: If4d6029f2250e80c1eec0debb1b09a805d997028 Closes-Bug: #1663865