commit | c27feb8552dc9203f08992d8c6f0176538f0bf0a | [log] [tgz] |
---|---|---|
author | Andrea Frittoli <andrea.frittoli@hp.com> | Thu Sep 18 22:16:48 2014 +0100 |
committer | Andrea Frittoli <andrea.frittoli@hp.com> | Tue Oct 07 10:30:33 2014 +0100 |
tree | ecbbf505d7f94cce00b679d4c4e9812f98399212 | |
parent | 41fa16d21441e3f65b698a1253e7fe5c8b164cc4 [diff] |
Drop unused safe_setup decorator The safe_setup decorator was introduced so that tests could enforce tearDownClass being called in case of failures during the setUpClass. With the implementation of bp resource-cleanup, the test base class automatically provides this facility for all tests, so the safe_setup decorator is not needed anymore. Partially-implements bp resource-cleanup Change-Id: I3a4f34324420ee3a3ecc9a5e4e33d6ae27f64299