Fix peering test cases
This commit is contained in:
@@ -23,5 +23,7 @@ FIXTURES_DIR = os.path.join(os.path.dirname(__file__), 'fixture')
|
||||
def test_resources(e2e_plan_runner):
|
||||
"Test that plan works and the numbers of resources is as expected."
|
||||
modules, resources = e2e_plan_runner(FIXTURES_DIR)
|
||||
import pprint
|
||||
pprint.pprint(resources)
|
||||
assert len(modules) == 18
|
||||
assert len(resources) == 57
|
||||
assert len(resources) == 53
|
||||
|
||||
Reference in New Issue
Block a user