Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stephane VAROQUI
slapos
Commits
1711ab3a
Commit
1711ab3a
authored
Aug 05, 2016
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5testnode: Add jsonschemas
parent
5edc3399
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
0 deletions
+51
-0
software/erp5testnode/instance-erp5testnode-input-schema.json
...ware/erp5testnode/instance-erp5testnode-input-schema.json
+23
-0
software/erp5testnode/instance-output-schema.json
software/erp5testnode/instance-output-schema.json
+15
-0
software/erp5testnode/software.cfg.json
software/erp5testnode/software.cfg.json
+13
-0
No files found.
software/erp5testnode/instance-erp5testnode-input-schema.json
0 → 100644
View file @
1711ab3a
{
"type"
:
"object"
,
"$schema"
:
"http://json-schema.org/draft-04/schema"
,
"title"
:
"Input Parameters"
,
"properties"
:
{
"test-node-title"
:
{
"title"
:
"Test Node Title"
,
"description"
:
"Name for the Test Node which will be used at ERP5."
,
"type"
:
"string"
},
"node-quantity"
:
{
"title"
:
"Quantity of Parallel runs"
,
"description"
:
"QUantity of Parallel tests will be executed on this Node."
,
"type"
:
"integer"
},
"test-suite-master-url"
:
{
"title"
:
"Task Distribution URL"
,
"description"
:
"Url for the task distributor master on portal_task_distribution"
,
"type"
:
"string"
}
}
}
software/erp5testnode/instance-output-schema.json
0 → 100644
View file @
1711ab3a
{
"$schema"
:
"http://json-schema.org/draft-04/schema#"
,
"description"
:
"Values returned by Apache Frontend instanciation"
,
"properties"
:
{
"password"
:
{
"description"
:
"Password to access shellinabox."
,
"type"
:
"string"
},
"url"
:
{
"description"
:
"IPv6 URL to access the shell in a box."
,
"type"
:
"string"
}
},
"type"
:
"object"
}
software/erp5testnode/software.cfg.json
0 → 100644
View file @
1711ab3a
{
"name"
:
"ERP5 Test Node"
,
"description"
:
"ERP5 Test Node Runner"
,
"serialisation"
:
"xml"
,
"software-type"
:
{
"default"
:
{
"title"
:
"Default"
,
"description"
:
"Default setup for ERP5TestNode Instance."
,
"request"
:
"instance-erp5testnode-input-schema.json"
,
"response"
:
"instance-output-schema.json"
}
}
}
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