summaryrefslogtreecommitdiff
path: root/ubuntu/network-tests-basic.yaml
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2014-03-20 07:10:09 -0700
committerTyler Baker <tyler.baker@linaro.org>2014-03-20 07:11:44 -0700
commitc67e3d1a5b35893377f8749a29515c5a57e4b8af (patch)
tree87d757e492210e80f5562205d7b5e56704de46ca /ubuntu/network-tests-basic.yaml
parent3e76879827ff9b0d99cc8a5b99ce13b0087cc221 (diff)
ubuntu: fix parameter format used in network-tests-basic
Change-Id: I596163f607caf46d1fa48132bac60114449699a3
Diffstat (limited to 'ubuntu/network-tests-basic.yaml')
-rw-r--r--ubuntu/network-tests-basic.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/network-tests-basic.yaml b/ubuntu/network-tests-basic.yaml
index a3f9ebb..27651f5 100644
--- a/ubuntu/network-tests-basic.yaml
+++ b/ubuntu/network-tests-basic.yaml
@@ -17,8 +17,8 @@ metadata:
- vexpress-tc2
params:
- - "TEST_INTERFACE=eth0"
- - "GATEWAY=10.0.0.1"
+ - TEST_INTERFACE: eth0
+ - GATEWAY: 10.0.0.1
run:
steps: