[Bug Fix] Use correct image for the Quagga instance 51/58151/7
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:50:15 +0000 (09:50 +0300)
commit96d17e018f0b4b4547689a31fb0e4f4af1d65a07
treef2a0daf12b1bbbe1ea2fff3c9c00888b99a061b3
parente08e7c43c85fa04dc78a1fcf8a11ab877a78dfb9
[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