c160ae0dca
Check if vpp_papi is importable before running the tests to avoid confusing python crashes. Change-Id: I6adf406e353bf381d590f2ef988a1ea79b95cf37 Signed-off-by: Klement Sekera <ksekera@cisco.com>
5 lines
67 B
Python
5 lines
67 B
Python
#!/usr/bin/env python
|
|
|
|
""" sanity check script """
|
|
import vpp_papi
|