Fix peering test cases

This commit is contained in:
Julio Castillo
2020-10-30 18:07:56 +01:00
parent 53cb8359ee
commit a27ec7bf61
2 changed files with 4 additions and 2 deletions

View File

@@ -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