mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Re-enable tests for complex prereq and prereq_in
Since #24770 is fixed, #8211 is also fixed (since they are basically the same issue)
This commit is contained in:
parent
378f6bfc36
commit
b1211c5422
1 changed files with 3 additions and 5 deletions
|
@ -844,11 +844,9 @@ class StateModuleTest(integration.ModuleCase,
|
|||
+ ' foobar: C\n'
|
||||
)
|
||||
|
||||
# issue #8211, chaining complex prereq & prereq_in
|
||||
# TODO: Actually this test fails
|
||||
#ret = self.run_function('state.sls', mods='requisites.prereq_complex')
|
||||
#result = self.normalize_ret(ret)
|
||||
#self.assertEqual(expected_result_complex, result)
|
||||
ret = self.run_function('state.sls', mods='requisites.prereq_complex')
|
||||
result = self.normalize_ret(ret)
|
||||
self.assertEqual(expected_result_complex, result)
|
||||
|
||||
# issue #8210 : prereq recursion undetected
|
||||
# TODO: this test fails
|
||||
|
|
Loading…
Add table
Reference in a new issue