Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos.core
Commits
90f756ea
Commit
90f756ea
authored
Mar 19, 2024
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Plain Diff
More parameter tests
See merge request
nexedi/slapos.core!613
parents
f45eb3f0
9b0844dd
Pipeline
#33532
failed with stage
in 0 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
161 additions
and
0 deletions
+161
-0
master/bt5/slapos_jio/SkinTemplateItem/portal_skins/slapos_hal_json_style/sample-software-schema/simplebaddemo/instance-input-schema.json.json
...ware-schema/simplebaddemo/instance-input-schema.json.json
+8
-0
master/bt5/slapos_jio_ui_test/PathTemplateItem/portal_tests/slaposjs_zuite/testSlapOSJSTestParameterEditorBadExampleSchemaProperty.xml
...stSlapOSJSTestParameterEditorBadExampleSchemaProperty.xml
+62
-0
master/bt5/slapos_jio_ui_test/PathTemplateItem/portal_tests/slaposjs_zuite/testSlapOSJSTestParameterEditorBadExampleSchemaProperty.zpt
...stSlapOSJSTestParameterEditorBadExampleSchemaProperty.zpt
+91
-0
No files found.
master/bt5/slapos_jio/SkinTemplateItem/portal_skins/slapos_hal_json_style/sample-software-schema/simplebaddemo/instance-input-schema.json.json
View file @
90f756ea
...
@@ -18,6 +18,14 @@
...
@@ -18,6 +18,14 @@
"description"
:
"Correct Boolean definition"
,
"description"
:
"Correct Boolean definition"
,
"type"
:
"boolean"
,
"type"
:
"boolean"
,
"default"
:
true
"default"
:
true
},
"simple-string-with-template"
:
{
"title"
:
"Simple String with template and options"
,
"description"
:
"Example of Simple String with template and options, both MUST NOT WORK"
,
"type"
:
"string"
,
"default"
:
"Simple string"
,
"template"
:
"COUSXCOUS"
,
"options"
:
{
"hidden"
:
true
}
}
}
}
}
}
}
...
...
master/bt5/slapos_jio_ui_test/PathTemplateItem/portal_tests/slaposjs_zuite/testSlapOSJSTestParameterEditorBadExampleSchemaProperty.xml
0 → 100644
View file @
90f756ea
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ZopePageTemplate"
module=
"Products.PageTemplates.ZopePageTemplate"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_bind_names
</string>
</key>
<value>
<object>
<klass>
<global
name=
"_reconstructor"
module=
"copy_reg"
/>
</klass>
<tuple>
<global
name=
"NameAssignments"
module=
"Shared.DC.Scripts.Bindings"
/>
<global
name=
"object"
module=
"__builtin__"
/>
<none/>
</tuple>
<state>
<dictionary>
<item>
<key>
<string>
_asgns
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
name_subpath
</string>
</key>
<value>
<string>
traverse_subpath
</string>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
text/html
</string>
</value>
</item>
<item>
<key>
<string>
expand
</string>
</key>
<value>
<int>
0
</int>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
testSlapOSJSTestParameterEditorBadExampleSchemaProperty
</string>
</value>
</item>
<item>
<key>
<string>
output_encoding
</string>
</key>
<value>
<string>
utf-8
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<unicode></unicode>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
master/bt5/slapos_jio_ui_test/PathTemplateItem/portal_tests/slaposjs_zuite/testSlapOSJSTestParameterEditorBadExampleSchemaProperty.zpt
0 → 100644
View file @
90f756ea
<html
xmlns:tal=
"http://xml.zope.org/namespaces/tal"
xmlns:metal=
"http://xml.zope.org/namespaces/metal"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<title>
Test Parameter editor (XML Serialisation)
</title>
</head>
<body>
<table
cellpadding=
"1"
cellspacing=
"1"
border=
"1"
>
<thead>
<tr>
<td
rowspan=
"1"
colspan=
"3"
>
Test Parameter editor (XML Serialisation)
</td>
</tr>
</thead>
<tbody>
<tal:block
metal:use-macro=
"here/Zuite_SlapOSParameterCommonTemplate/macros/init"
/>
<tr>
<td
colspan=
"3"
><b>
Set URL for the software release
</b></td>
</tr>
<tr>
<td>
type
</td>
<td>
//input[@name='url_string']
</td>
<td>
${base_url}/web_site_module/hostingjs/hateoas/sample-software-schema/simplebaddemo/software.cfg
</td>
</tr>
<tal:block
metal:use-macro=
"here/Zuite_SlapOSCommonTemplate/macros/click_proceed"
/>
<tal:block
metal:use-macro=
"here/Zuite_SlapOSParameterCommonTemplate/macros/wait_software_type_selection_default"
/>
<tal:block
tal:define=
"name python:'root[simple-string-with-template]'; value python: 'this is a simple string'"
>
<tal:block
metal:use-macro=
"here/Zuite_SlapOSParameterCommonTemplate/macros/wait_for_input_text"
/>
<!-- Ensure input is visible -->
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[@data-schemapath='root.simple-string-with-template']
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-schemapath='root.simple-string-with-template']
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementNotPresent
</td>
<td>
//div[@data-schemapath='root.simple-string-with-template' and @style='display: none;']
</td>
<td></td>
</tr>
<tr>
<td>
assertElementNotPresent
</td>
<td>
//div[@data-schemapath='root.simple-string-with-template' and @style='display: none;']
</td>
<td></td>
</tr>
<!-- Ensure value is empty and not template -->
<tr>
<td>
assertValue
</td>
<td
tal:content=
"python: '//input[@name=\'%s\' and @type=\'text\']' % name"
></td>
<td></td>
</tr>
<tal:block
metal:use-macro=
"here/Zuite_SlapOSParameterCommonTemplate/macros/input_text"
/>
</tal:block>
<tal:block
tal:define=
"name python:'root[simple-boolean-as-string]'; value python: 'false'"
>
<tal:block
metal:use-macro=
"here/Zuite_SlapOSParameterCommonTemplate/macros/input_select"
/>
</tal:block>
<tal:block
tal:define=
"name python:'root[simple-boolean]'; value python: 'true'"
>
<tal:block
metal:use-macro=
"here/Zuite_SlapOSParameterCommonTemplate/macros/input_select"
/>
</tal:block>
<tal:block
metal:use-macro=
"here/Zuite_SlapOSParameterCommonTemplate/macros/click_proceed_and_wait_for_hash"
/>
<tr>
<td>
waitForTextPresent
</td>
<td>
PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPGluc3RhbmNlPgogICAgPHBhcmFtZXRlciB
</td>
<td></td>
</tr>
<tr>
<td>
assertTextPresent
</td>
<td>
PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPGluc3RhbmNlPgogICAgPHBhcmFtZXRlciBpZD0ic2ltcGxlLWJvb2xlYW4tYXMtc3RyaW5nIj5mYWxzZTwvcGFyYW1ldGVyPgogICAgPHBhcmFtZXRlciBpZD0ic2ltcGxlLWJvb2xlYW4iPnRydWU8L3BhcmFtZXRlcj4KICAgIDxwYXJhbWV0ZXIgaWQ9InNpbXBsZS1zdHJpbmctd2l0aC10ZW1wbGF0ZSI+dGhpcyBpcyBhIHNpbXBsZSBzdHJpbmc8L3BhcmFtZXRlcj4KPC9pbnN0YW5jZT4=
</td>
<td></td>
</tr>
</tbody>
</table>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment