Remove error message if instance is not found 23/9023/1
authorjose.lausuch <jose.lausuch@ericsson.com>
Tue, 2 Feb 2016 10:32:52 +0000 (11:32 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Tue, 2 Feb 2016 10:32:52 +0000 (11:32 +0100)
commit7dd58acc208727aaed83807f065dedcc899b0137
treebfba19ff8865159a6fcace74271df57b0770713c
parent906b3b2f7e85f1269d009684b1a557a6c19e96bc
Remove error message if instance is not found

Reason: vping calls this function until the VMs are deleted,
when that happens, it throws an exception and returns None,
which is fine, but the message error on the output is a
bit confusing if you don't know the context.

Change-Id: I8a4c408197d3c83151fb15a12387575d9fe1d553
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
testcases/functest_utils.py