Commit 74ed9674 authored by Benjamin Blanc's avatar Benjamin Blanc

fixup! testnode: Use revision for scalability case

parent 645fb1e4
......@@ -242,11 +242,9 @@ extends = %(temp_dir)s/testnode/foo/rep0/software.cfg
[rep1]
revision = %(revision1)s
branch =
[rep2]
revision = %(revision2)s
branch =
""" % {'temp_dir': self._temp_dir, 'revision1': revision1, 'revision2': revision2}
self.assertEquals(expected_profile, profile.read())
profile.close()
......
......@@ -166,7 +166,6 @@ extends = %(software_config_path)s
profile_content_list.append("""
[%(buildout_section_id)s]
revision = %(revision)s
branch =
""" % {'buildout_section_id': buildout_section_id,
'revision' : revision_dict[buildout_section_id]})
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment