Commit bb34768a authored by Jérome Perrin's avatar Jérome Perrin

test_result: proto of parameter editor gadget

parent 1e82948c
...@@ -30,6 +30,12 @@ class TestSuite(XMLObject, PeriodicityMixin): ...@@ -30,6 +30,12 @@ class TestSuite(XMLObject, PeriodicityMixin):
return portal.portal_task_distribution.getMemcachedDict().get( return portal.portal_task_distribution.getMemcachedDict().get(
"%s_ping_date" % (self.getRelativeUrl())) "%s_ping_date" % (self.getRelativeUrl()))
security.declareProtected(Permissions.AccessContentsInformation, 'getSlapOSInstanceParameterSchemaURL')
def getSlapOSInstanceParameterSchemaURL(self):
"""
"""
return "https://lab.nexedi.com/nexedi/slapos/raw/master/software/erp5/instance-erp5-input-schema.json"
# Compatibility Code to be removed after 06/2018, since all instances using # Compatibility Code to be removed after 06/2018, since all instances using
# test suites should be migrated at that time. Purpose here was to fix the # test suites should be migrated at that time. Purpose here was to fix the
# setting of some properties that were defined with type "lines" instead of "string". # setting of some properties that were defined with type "lines" instead of "string".
......
...@@ -83,9 +83,10 @@ ...@@ -83,9 +83,10 @@
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
<list> <list>
<string>my_cluster_configuration</string> <string>my_cluster_configurationx</string>
<string>my_enabled</string> <string>my_enabled</string>
<string>my_alarm_date</string> <string>my_alarm_date</string>
<string>my_cluster_configuration</string>
</list> </list>
</value> </value>
</item> </item>
......
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