commit | f9103443cd5b7f78ab879650b5d30d3bb209eaf9 | [log] [tgz] |
---|---|---|
author | Yaroslav Lobankov <ylobankov@mirantis.com> | Wed Nov 02 19:37:03 2016 +0300 |
committer | Yaroslav Lobankov <ylobankov@mirantis.com> | Wed Nov 02 20:08:12 2016 +0300 |
tree | ad41614df708d20e8be0c6af14b632de6488093d | |
parent | 0172bf97946b6033e32a19ae8e3573e7091aaf2b [diff] |
Fixing 'test_verify_created_server_ephemeral_disk' test The 'test_verify_created_server_ephemeral_disk' test has been recently broken by the patch [1]. The traceback can be found in logs of the 'gate-tempest-dsvm-neutron-full-ssh' job [2]. The test fails with error [3]. When we create a flavor with no ephemeral disk, the 'ephemeral' argument is unexpected. So we don't need to pass the 'ephemeral' argument to the 'create_flavor' method when we create a flavor with no ephemeral disk. [1] https://review.openstack.org/#/c/390198/ [2] http://logs.openstack.org/98/390198/2/check/gate-tempest-dsvm-neutron-full-ssh/fef3bfd/logs/testr_results.html.gz [3] http://paste.openstack.org/show/587678/ Change-Id: I0cdbba827640d09d7b1fb8e1f3c0b56013a5d3a6