-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update dws2jgf tests to use rabbit mapping
Problem: tests for the flux-dws2jgf script need to be updated now that the script reads from a mapping generated by flux-rabbitmapping instead of by polling kubernetes. Change the tests and add a simple test for flux-rabbitmapping.
- Loading branch information
1 parent
beef4ba
commit aa480c0
Showing
4 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"computes": { | ||
"compute-01": "kind-worker2", | ||
"compute-02": "kind-worker2", | ||
"compute-03": "kind-worker2", | ||
"compute-04": "kind-worker3" | ||
}, | ||
"rabbits": { | ||
"kind-worker2": { | ||
"capacity": 39582418599936, | ||
"hostlist": "compute-[01-03]" | ||
}, | ||
"kind-worker3": { | ||
"capacity": 39582418599936, | ||
"hostlist": "compute-04" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters