From 4c6a42ffca6f7cde9fc83903bdede8edb3ded09e Mon Sep 17 00:00:00 2001 From: Khouloud Touil Date: Fri, 22 Mar 2019 16:26:10 +0100 Subject: jjb/common: lava-labs-prepare: fix the url This patch fixes the url when adding the identities using the lavacli tool. Change-Id: I0c0bab0cec63a06d74581e1f05c94d25befcc238 Signed-off-by: Khouloud Touil --- jjb/common/include-agl-lava-labs-prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/common') diff --git a/jjb/common/include-agl-lava-labs-prepare.sh b/jjb/common/include-agl-lava-labs-prepare.sh index f676d6c2..70f3be67 100644 --- a/jjb/common/include-agl-lava-labs-prepare.sh +++ b/jjb/common/include-agl-lava-labs-prepare.sh @@ -71,7 +71,7 @@ for lab in "${!labs[@]}"; do # lavacli auth using token mkdir -p ~/.config - lavacli identities add --token ${token} --uri $url --username $user $lab + lavacli identities add --token ${token} --uri ${url}/RPC2 --username $user $lab # lavacli: Find the LAVA lab that has the device available to run the job echo -n "lavacli: Checking for $lava_device at $full_url... " -- cgit 1.2.3-korg