commit | ba3985a81fad7af240503b4c3fc2872dd0f4a19f | [log] [tgz] |
---|---|---|
author | Giulio Fidente <gfidente@redhat.com> | Wed May 29 01:46:36 2013 +0200 |
committer | Giulio Fidente <gfidente@redhat.com> | Wed May 29 02:13:13 2013 +0200 |
tree | 6d6bf29e65b4194541d26b85e4fd5d1a3449c586 | |
parent | c730be663fcc2954c9d0935f4c227e1e81355778 [diff] |
Removes 'positive' tag from tests. Also removes brackets where tag is a single value. This should be finally cleanup the tags, see the following: $ grep -r "@attr" tempest | cut -d: -f2 | sort -u @attr(type='gate') @attr(type=['negative', 'gate']) @attr(type='smoke') $ Change-Id: I243800c597996c0dbcf153d66946062df6d298ab Implements: blueprint set-gate-attribute