commit | b3d956fb1d141f6ac9e5e9377b841dd04235c70d | [log] [tgz] |
---|---|---|
author | Joseph Lanoux <joseph.lanoux@hp.com> | Wed Jun 25 14:45:24 2014 +0000 |
committer | Joseph Lanoux <joseph.lanoux@hp.com> | Tue Jul 01 08:14:01 2014 +0000 |
tree | ae8241dab467f0b3cfd1e8531289a70e34259af5 | |
parent | 229583ae545cdfdea7217358e5b30a2a3b8bc103 [diff] |
Add skip decorators in test_servers_negative This patch adds skip decorators in the resize methods of the the test_servers_negative test in both admin and servers sections of tempest/api/compute. When resize=false in tempest.conf, those tests are therefore skipped. This prevents failures in environments where resize is disabled. Change-Id: Ic14a47ee46a4ee2f8278b688ce16c8510f5c6f32 Related-Bug: #1334311