From 24ae22b781652fd3d2d76755704b14841bdb39aa Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 3 Mar 2022 13:48:36 +0100 Subject: move values specific to a test instance to a separate file --- integration/run | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'integration/run') diff --git a/integration/run b/integration/run index 1e3e82c..d3ae6ce 100755 --- a/integration/run +++ b/integration/run @@ -37,13 +37,12 @@ # Warning: the get-inclusion-proof endpoint is not poked. # Warning: this needs to be replaced, see issues/add-integration-test.md. # + +. "$(dirname $0)/config" + now=$(date +%s) url=http://localhost:6965/testonly/sigsum/v0 -log_vk=8cf3ac85aadd42891c5ae9aef27244cb2a546a2312f80020aad3f2ae1af73314 -wit_sk=e1d7c494dacb0ddf809a17e4528b01f584af22e3766fa740ec52a1711c59500d711090dd2286040b50961b0fe09f58aa665ccee5cb7ee042d819f18f6ab5046b -submit_sk=094277235c42f5f8cba2b63cb14506938b4408730732e3e82e1473e63217767c5aed7ffc3bc088221f6579567b2e6e3c4ac3579bd5e77670755179052c68d5d3 shard_hint=$(date +%s) -domain_hint=sigsum.rgdd.se wait_seconds=5 -- cgit v1.2.3