Drop unit test changes
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#branch: lp:charm-helpers
|
||||
branch: /home/ubuntu/src/charm-helpers
|
||||
branch: lp:charm-helpers
|
||||
destination: hooks/charmhelpers
|
||||
include:
|
||||
- core
|
||||
|
@@ -1,5 +1,4 @@
|
||||
#branch: lp:charm-helpers
|
||||
branch: /home/ubuntu/src/charm-helpers
|
||||
branch: lp:charm-helpers
|
||||
destination: tests/charmhelpers
|
||||
include:
|
||||
- contrib.amulet
|
||||
|
@@ -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!")
|
||||
|
Reference in New Issue
Block a user