Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer committed Nov 6, 2020
1 parent 7fb4eb6 commit 81b8dbe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
- PYLINT_ARGS="--output-format=parseable --errors-only"
- PYLINT2_CHECK=true
- PYLINT3_CHECK=false
- PARALLEL_TESTS=true
- PARALLEL_TESTS=false
- ROS_REPO=ros
- VERBOSE_OUTPUT=false
- VERBOSE_TESTS=true
Expand Down
18 changes: 9 additions & 9 deletions atf_test/atf/test_generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ testsuites: # You have to define at least one testsuite
- testblockset2
# repetitions: 1 # Number of repetitions per test (this is an optional parameter, default = 1)

- tests:
- test1
robots:
- robot1
envs:
- env1
testblocksets:
- testblockset1
repetitions: 2
# - tests:
# - test1
# robots:
# - robot1
# envs:
# - env1
# testblocksets:
# - testblockset1
# repetitions: 2
16 changes: 8 additions & 8 deletions atf_test/atf/testblocksets/testblockset1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ testblock_small:
root_frame: world
measured_frame: reference1
groundtruth:
data: 2.0
epsilon: 1.9999
data: 3.0
epsilon: 2.9999
- topics: [/tf, /tf_static]
root_frame: world
measured_frame: reference1_static
groundtruth:
data: 2.0
epsilon: 1.9999
data: 3.0
epsilon: 2.9999
tf_distance_translation:
- topics: [/tf, /tf_static]
root_frame: world
Expand Down Expand Up @@ -198,14 +198,14 @@ testblock_large:
root_frame: world
measured_frame: reference1
groundtruth:
data: 2.0
epsilon: 1.9999
data: 3.0
epsilon: 2.9999
- topics: [/tf, /tf_static]
root_frame: world
measured_frame: reference1_static
groundtruth:
data: 2.0
epsilon: 1.9999
data: 3.0
epsilon: 2.9999
tf_distance_translation:
- topics: [/tf, /tf_static]
root_frame: world
Expand Down

0 comments on commit 81b8dbe

Please sign in to comment.