This patch fixes the url when adding the identities using the lavacli
tool.
Change-Id: I0c0bab0cec63a06d74581e1f05c94d25befcc238
Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
# 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... "