Skip to content

Commit cae281c

Browse files
committed
Run e2e tests with the integrated gentoken
1 parent 5a0c992 commit cae281c

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

tests/run-test.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,15 @@ def wait_for_repo_summary(repo_url, timeout_secs=30, poll_interval_secs=0.5):
6161

6262
# Generate a flat-manager token
6363
os.environ["REPO_TOKEN"] = exec(
64-
["cargo", "run", "--bin=gentoken", "--", "--secret=secret", "--repo=stable"]
64+
[
65+
"cargo",
66+
"run",
67+
"--bin=flat-manager-client",
68+
"--",
69+
"gentoken",
70+
"--secret=secret",
71+
"--repo=stable",
72+
]
6573
)
6674

6775
# Create a new build and save the repo URL
@@ -98,8 +106,9 @@ def wait_for_repo_summary(repo_url, timeout_secs=30, poll_interval_secs=0.5):
98106
[
99107
"cargo",
100108
"run",
101-
"--bin=gentoken",
109+
"--bin=flat-manager-client",
102110
"--",
111+
"gentoken",
103112
"--secret=secret",
104113
"--repo=stable",
105114
"--scope=tokenmanagement",

0 commit comments

Comments
 (0)