Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.cmdline
Commits
29317319
Commit
29317319
authored
Oct 18, 2019
by
Samuel GAIST
Browse files
[test] Added prefix for upload tests
parent
24be8766
Changes
7
Hide whitespace changes
Inline
Side-by-side
beat/cmdline/test/__init__.py
View file @
29317319
...
...
@@ -101,6 +101,7 @@ def setup_package():
prefixes
=
[
pkg_resources
.
resource_filename
(
"beat.backend.python.test"
,
"prefix"
),
pkg_resources
.
resource_filename
(
"beat.core.test"
,
"prefix"
),
pkg_resources
.
resource_filename
(
"beat.cmdline.test"
,
"prefix"
),
]
for
path
in
prefixes
:
...
...
beat/cmdline/test/prefix/algorithms/user/unknown/1.json
0 → 100644
View file @
29317319
{
"schema_version"
:
3
,
"language"
:
"python"
,
"api_version"
:
2
,
"type"
:
"sequential"
,
"splittable"
:
false
,
"groups"
:
[
{
"name"
:
"main"
,
"inputs"
:
{
"in1"
:
{
"type"
:
"system/integer/1"
}
},
"outputs"
:
{
"out"
:
{
"type"
:
"user/single_integer/1"
}
}
}
]
}
beat/cmdline/test/prefix/algorithms/user/unknown/1.py
0 → 100644
View file @
29317319
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
###################################################################################
# #
# Copyright (c) 2019 Idiap Research Institute, http://www.idiap.ch/ #
# Contact: beat.support@idiap.ch #
# #
# Redistribution and use in source and binary forms, with or without #
# modification, are permitted provided that the following conditions are met: #
# #
# 1. Redistributions of source code must retain the above copyright notice, this #
# list of conditions and the following disclaimer. #
# #
# 2. Redistributions in binary form must reproduce the above copyright notice, #
# this list of conditions and the following disclaimer in the documentation #
# and/or other materials provided with the distribution. #
# #
# 3. Neither the name of the copyright holder nor the names of its contributors #
# may be used to endorse or promote products derived from this software without #
# specific prior written permission. #
# #
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND #
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED #
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE #
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE #
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL #
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR #
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER #
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, #
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE #
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #
# #
###################################################################################
class
Algorithm
:
def
process
(
self
,
inputs
,
data_loaders
,
outputs
):
outputs
[
"out_data"
].
write
({
"value"
:
inputs
[
"in1"
].
data
.
value
})
return
True
beat/cmdline/test/prefix/experiments/other_user/other_user/somechain/1/someexp.json
0 → 100644
View file @
29317319
{
"schema_version"
:
2
,
"blocks"
:
{
"some_block"
:
{
"algorithm"
:
"user/unknown/1"
,
"inputs"
:
{
"in1"
:
"in1"
},
"outputs"
:
{
"out"
:
"out"
}
}
},
"loops"
:
{
},
"analyzers"
:
{
"analysis"
:
{
"algorithm"
:
"user/integers_echo_analyzer_v2/1"
,
"inputs"
:
{
"in_data"
:
"input"
}
}
},
"datasets"
:
{
"integers"
:
{
"database"
:
"simple/1"
,
"protocol"
:
"protocol"
,
"set"
:
"set"
}
},
"globals"
:
{
"environment"
:
{
"name"
:
"Python 2.7"
,
"version"
:
"1.3.0"
},
"queue"
:
"queue"
}
}
beat/cmdline/test/prefix/experiments/user/user/unknown/1/unknown.json
0 → 100644
View file @
29317319
{
"schema_version"
:
2
,
"blocks"
:
{
"some_block"
:
{
"algorithm"
:
"user/unknown/1"
,
"inputs"
:
{
"in1"
:
"in1"
},
"outputs"
:
{
"out"
:
"out"
}
}
},
"loops"
:
{
},
"analyzers"
:
{
"analysis"
:
{
"algorithm"
:
"user/integers_echo_analyzer_v2/1"
,
"inputs"
:
{
"in_data"
:
"input"
}
}
},
"datasets"
:
{
"integers"
:
{
"database"
:
"simple/1"
,
"protocol"
:
"protocol"
,
"set"
:
"set"
}
},
"globals"
:
{
"environment"
:
{
"name"
:
"Python 2.7"
,
"version"
:
"1.3.0"
},
"queue"
:
"queue"
}
}
beat/cmdline/test/prefix/toolchains/other_user/somechain/1.json
0 → 100644
View file @
29317319
{
"schema_version"
:
2
,
"connections"
:
[
{
"from"
:
"integers.out"
,
"to"
:
"some_block.in1"
,
"channel"
:
"integers"
},
{
"from"
:
"some_block.out"
,
"to"
:
"analysis.input"
,
"channel"
:
"integers"
}
],
"datasets"
:
[
{
"outputs"
:
[
"out"
],
"name"
:
"integers"
}
],
"loops"
:
[
],
"blocks"
:
[
{
"name"
:
"some_block"
,
"synchronized_channel"
:
"integers"
,
"inputs"
:
[
"in1"
],
"outputs"
:[
"out"
]
}
],
"analyzers"
:
[
{
"inputs"
:
[
"input"
],
"synchronized_channel"
:
"integers"
,
"name"
:
"analysis"
}
],
"representation"
:
{
"connections"
:
{
},
"blocks"
:
{
},
"loops"
:
{
},
"channel_colors"
:
{
"integers"
:
"#5555ff"
}
}
}
beat/cmdline/test/prefix/toolchains/user/unknown/1.json
0 → 100644
View file @
29317319
{
"schema_version"
:
2
,
"connections"
:
[
{
"from"
:
"integers.out"
,
"to"
:
"some_block.in1"
,
"channel"
:
"integers"
},
{
"from"
:
"some_block.out"
,
"to"
:
"analysis.input"
,
"channel"
:
"integers"
}
],
"datasets"
:
[
{
"outputs"
:
[
"out"
],
"name"
:
"integers"
}
],
"loops"
:
[
],
"blocks"
:
[
{
"name"
:
"some_block"
,
"synchronized_channel"
:
"integers"
,
"inputs"
:
[
"in1"
],
"outputs"
:[
"out"
]
}
],
"analyzers"
:
[
{
"inputs"
:
[
"input"
],
"synchronized_channel"
:
"integers"
,
"name"
:
"analysis"
}
],
"representation"
:
{
"connections"
:
{
},
"blocks"
:
{
},
"loops"
:
{
},
"channel_colors"
:
{
"integers"
:
"#5555ff"
}
}
}
Write
Preview
Supports
Markdown
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