Commit bc5a5605 authored by Yusei Tahara's avatar Yusei Tahara

erp5/tests/testERP5TestNode.py: Fix test_scalability_04_constructProfile....

erp5/tests/testERP5TestNode.py: Fix test_scalability_04_constructProfile. repository option is required for scalability test profile and it was added on commit 58d92a84.
parent 7990411e
......@@ -269,12 +269,14 @@ shared = true
extends = %(temp_dir)s/testnode/foo/rep0/software.cfg
[rep1]
repository = %(temp_dir)s/rep1
revision = %(revision1)s
ignore-ssl-certificate = true
develop = false
shared = true
[rep2]
repository = %(temp_dir)s/rep2
revision = %(revision2)s
ignore-ssl-certificate = true
develop = false
......
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