From 8d8b502f795c145b12d76f341d11528c8c30a51a Mon Sep 17 00:00:00 2001 From: Benjamin Blanc <benjamin.blanc@tiolive.com> Date: Fri, 9 Aug 2013 16:19:05 +0200 Subject: [PATCH] fixup! erp5_test_result: add ERP5ScalabilityDistributor property sheet --- .../slapos_account_certificate_property.xml | 32 +++++++++++++++++++ .../slapos_account_key_property.xml | 32 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 bt5/erp5_test_result/PropertySheetTemplateItem/portal_property_sheets/ERP5ScalabilityDistributor/slapos_account_certificate_property.xml create mode 100644 bt5/erp5_test_result/PropertySheetTemplateItem/portal_property_sheets/ERP5ScalabilityDistributor/slapos_account_key_property.xml diff --git a/bt5/erp5_test_result/PropertySheetTemplateItem/portal_property_sheets/ERP5ScalabilityDistributor/slapos_account_certificate_property.xml b/bt5/erp5_test_result/PropertySheetTemplateItem/portal_property_sheets/ERP5ScalabilityDistributor/slapos_account_certificate_property.xml new file mode 100644 index 0000000000..5aca3109cf --- /dev/null +++ b/bt5/erp5_test_result/PropertySheetTemplateItem/portal_property_sheets/ERP5ScalabilityDistributor/slapos_account_certificate_property.xml @@ -0,0 +1,32 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Standard Property" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>elementary_type/string</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>The certificate of the slapos account (may be found at ~/.slapos/certificate) used to subscribe SlapOSNode to SlapOS Master.</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>slapos_account_certificate_property</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Standard Property</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_test_result/PropertySheetTemplateItem/portal_property_sheets/ERP5ScalabilityDistributor/slapos_account_key_property.xml b/bt5/erp5_test_result/PropertySheetTemplateItem/portal_property_sheets/ERP5ScalabilityDistributor/slapos_account_key_property.xml new file mode 100644 index 0000000000..27bf9f94b1 --- /dev/null +++ b/bt5/erp5_test_result/PropertySheetTemplateItem/portal_property_sheets/ERP5ScalabilityDistributor/slapos_account_key_property.xml @@ -0,0 +1,32 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <global name="Standard Property" module="erp5.portal_type"/> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>elementary_type/string</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>The key of the slapos account (may be found at ~/.slapos/key) used to subscribe SlapOSNode to SlapOS Master.</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>slapos_account_key_property</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Standard Property</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> -- 2.30.9