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
batsim
batsim
Commits
66cccf3d
Commit
66cccf3d
authored
May 23, 2017
by
Millian Poquet
Browse files
[test] no_redis -> redis
parent
d4f0887b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
66cccf3d
...
...
@@ -252,10 +252,10 @@ add_test(sequence_delay
-bod /tmp/batsim_tests/sequence_delay
-bwd
${
CMAKE_SOURCE_DIR
}
)
add_test
(
no_
redis
add_test
(
redis
${
CMAKE_SOURCE_DIR
}
/tools/experiments/execute_instances.py
${
CMAKE_SOURCE_DIR
}
/test/test_
no_
redis.yaml
-bod /tmp/batsim_tests/
no_
redis
${
CMAKE_SOURCE_DIR
}
/test/test_redis.yaml
-bod /tmp/batsim_tests/redis
-bwd
${
CMAKE_SOURCE_DIR
}
)
add_test
(
dynamic_submit
...
...
test/test_
no_
redis.yaml
→
test/test_redis.yaml
View file @
66cccf3d
base_output_directory
:
/tmp/batsim_tests/
no_
redis
base_output_directory
:
/tmp/batsim_tests/redis
base_variables
:
batsim_dir
:
${base_working_directory}
...
...
@@ -16,7 +16,7 @@ implicit_instances:
-
{
"
name"
:
"
easy_bf"
,
"
sched_name"
:
"
easy_bf"
}
-
{
"
name"
:
"
filler"
,
"
sched_name"
:
"
filler"
}
-
{
"
name"
:
"
conservative_bf"
,
"
sched_name"
:
"
conservative_bf"
}
redis_enabled
:
[
"
false"
]
redis_enabled
:
[
"
false"
,
"
true"
]
generic_instance
:
timeout
:
3600
working_directory
:
${base_working_directory}
...
...
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