test_jvpp: improve error message when JVpp JARS are missing 29/13529/6
authorMarek Gradzki <mgradzki@cisco.com>
Wed, 18 Jul 2018 08:32:23 +0000 (10:32 +0200)
committerDamjan Marion <dmarion@me.com>
Thu, 19 Jul 2018 22:31:45 +0000 (22:31 +0000)
commit7064c338f15ecfbf77b0d2d68ab8ce30beb77cb2
tree25031b0412d9f908fb34f056dd513ca499f93952
parent7d98a12f29d5b9696df98b8af2f128614a4f0360
test_jvpp: improve error message when JVpp JARS are missing

The java command fails with missing class error,
when some of the JARs given by -cp are missing,
which may be missleading.

This patch fixes that by adding os.path.isfile check to test_jvpp.py.

Change-Id: I3a0b6ef338c7f70cfd0ba78ee0888efe0b0957b3
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
test/test_jvpp.py