diff options
author | Khouloud Touil <ktouil@baylibre.com> | 2019-03-22 16:26:10 +0100 |
---|---|---|
committer | Khouloud Touil <ktouil@baylibre.com> | 2019-03-22 16:26:10 +0100 |
commit | 4c6a42ffca6f7cde9fc83903bdede8edb3ded09e (patch) | |
tree | 3231b4d0391606f998ddf3648717cb176800b889 /jjb | |
parent | 1cdc1213c44e14c9251ed542de9f493f737631e0 (diff) |
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 <ktouil@baylibre.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-lava-labs-prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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... " |