Skip to content

Commit

Permalink
Switch E2E tests to redis transport.
Browse files Browse the repository at this point in the history
Signed-off-by: Rule Timothy (VM/EMT3) <[email protected]>
  • Loading branch information
timrulebosch committed Sep 20, 2024
1 parent b3a9da0 commit 1a463b5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dse/fmimcl/examples/input/data/simulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
SIMBUS_LOGLEVEL: 2
connection:
transport:
redispubsub:
redis:
uri: redis://localhost:6379
timeout: 60
models:
Expand Down
2 changes: 1 addition & 1 deletion tests/cmocka/fmimcl/data/mcl_mock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
connection:
transport:
redispubsub:
redis:
uri: redis://localhost:6379
timeout: 60
models:
Expand Down
2 changes: 1 addition & 1 deletion tests/cmocka/fmimcl/data/parser_sort.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
connection:
transport:
redispubsub:
redis:
uri: redis://localhost:6379
timeout: 60
models:
Expand Down
2 changes: 1 addition & 1 deletion tests/cmocka/fmimcl/data/simulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
connection:
transport:
redispubsub:
redis:
uri: redis://localhost:6379
timeout: 60
models:
Expand Down
2 changes: 1 addition & 1 deletion tests/cmocka/fmimcl/mstep/fmu_mstep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
connection:
transport:
redispubsub:
redis:
uri: redis://localhost:6379
timeout: 60
models:
Expand Down

0 comments on commit 1a463b5

Please sign in to comment.