[Bug Fix] Use correct image for the Quagga instance 21/58221/1
authorDimitrios Markou <mardim@intracom-telecom.com>
Fri, 1 Jun 2018 13:09:47 +0000 (16:09 +0300)
committerDimitrios Markou <mardim@intracom-telecom.com>
Tue, 5 Jun 2018 06:51:43 +0000 (06:51 +0000)
commite0a0bccf7172b8cdd3e0ac2af7c2736b89ef5f75
treef73aeb4e48faab614d7c9fbcb1132da083b96ed9
parent24106af0bc806b68c2f7b2901638127d9249b8d0
[Bug Fix] Use correct image for the Quagga instance

In testcase_3 the Quagga image is downloaded from the
opnfv.artifacts repository to the /home/opnfv/functest/data
directory.

But the testcase_3 after that tries to find the image in the
/home/opnfv/functest/images directory.

This results in using a wrong image

Jira: SDNVPN-213

Change-Id: I99539fc9a7a2d016a97ed51fca0cde81f82b3911
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
sdnvpn/lib/config.py
sdnvpn/test/functest/testcase_13.py
sdnvpn/test/functest/testcase_3.py