aboutsummaryrefslogtreecommitdiff
path: root/tests/machine
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-09-03 13:47:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-09-03 13:47:14 +0300
commit273fa333112b16811d15755ebe55defb9508c073 (patch)
tree6cd353a1ecb02cff0826cd1994f69ff1d081b294 /tests/machine
parent979cc6a6740f0174570923f2d968207b8eb1e16c (diff)
Add repository-type value to task manifest and rename repository value to repository-url
Diffstat (limited to 'tests/machine')
-rw-r--r--tests/machine/testscript6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/machine/testscript b/tests/machine/testscript
index 1dcf5d7..52373bd 100644
--- a/tests/machine/testscript
+++ b/tests/machine/testscript
@@ -18,7 +18,8 @@ toolchain_trust = 37:CE:2C:A5:1D:CF:93:81:D7:07:46:AD:66:B3:C3:90:83:B8:96:9E:34
pkg = hello
ver = 1.0.0
-rep = https://hello.stage.build2.org/1/stable
+rep_url = https://hello.stage.build2.org/1/stable
+rep_type = pkg
rfp = 37:CE:2C:A5:1D:CF:93:81:D7:07:46:AD:66:B3:C3:90:83:B8:96:9E:34:F0:E7:B3:A2:B0:6C:EF:66:A4:BE:65
# @@ There is currently no way to obtain a valid (default?) target for the
@@ -88,7 +89,8 @@ test.options += --machines $machines --toolchain-id $checksum
: 1
name: $pkg
version: $ver
- repository: $rep
+ repository-url: $rep_url
+ repository-type: $rep_type
trust: $rfp
machine: $machine
target: $target