Commit 2b907339 authored by Romain Courteaud's avatar Romain Courteaud

Use valid XML

parent 3955a22e
......@@ -24,7 +24,7 @@ class TestVifibSlapComputerPartitionUpdate(TestVifibSlapWebServiceMixin):
method_dict[instance.getSlapState()](
software_release=instance.getRootSoftwareReleaseUrl(),
instance_xml='<?xml version="1.0"' \
'encoding="utf-8"?><instance> </instance>',
'encoding="utf-8"?><instance><parameter id="foo">bar</parameter></instance>',
software_type=instance.getSourceReference(),
sla_xml=instance.getSlaXml(),
shared=shared,
......
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