Drop unit test changes

This commit is contained in:
Corey Bryant
2015-03-18 20:23:12 +00:00
parent 852a062a5a
commit c6eb82d4de
3 changed files with 2 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
#branch: lp:charm-helpers
branch: /home/ubuntu/src/charm-helpers
branch: lp:charm-helpers
destination: hooks/charmhelpers
include:
- core

View File

@@ -1,5 +1,4 @@
#branch: lp:charm-helpers
branch: /home/ubuntu/src/charm-helpers
branch: lp:charm-helpers
destination: tests/charmhelpers
include:
- contrib.amulet

View File

@@ -353,6 +353,3 @@ class KeystoneBasicDeployment(OpenStackAmuletDeployment):
if ret:
message = "keystone config error: {}".format(ret)
amulet.raise_status(amulet.FAIL, msg=message)
def test_force_fail(self):
amulet.raise_status(amulet.FAIL, msg="Forced failure!")