Skip to content

Commit

Permalink
Update e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Johanan Liebermann <[email protected]>
  • Loading branch information
johananl committed Sep 4, 2023
1 parent 7e7802b commit 315a9e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 2 additions & 6 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,9 @@ $(KBS_REPO_PATH)/one/two/three:
.PHONY: start-kbs
start-kbs: kbs.pem tee.key $(KBS_REPO_PATH)/one/two/three
kbs \
--socket 127.0.0.1:8080 \
--insecure-http \
--auth-public-key ./kbs.pem &
--config-file ./data/e2e/kbs.toml &
resource-kbs \
--socket 127.0.0.1:50002 \
--insecure-http \
--auth-public-key ./kbs.pem &
--config-file ./data/e2e/resource-kbs.toml &

.PHONY: e2e-test
e2e-test: start-kbs
Expand Down
3 changes: 3 additions & 0 deletions test/data/e2e/kbs.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sockets = ["127.0.0.1:8080"]
auth_public_key = "./kbs.pem"
insecure_http = true
3 changes: 3 additions & 0 deletions test/data/e2e/resource-kbs.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sockets = ["127.0.0.1:50002"]
auth_public_key = "./kbs.pem"
insecure_http = true

0 comments on commit 315a9e7

Please sign in to comment.