This website requires JavaScript.
Explore
Help
Sign In
ligang
/
vpp
Watch
1
Star
0
Fork
0
You've already forked vpp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
vpp
/
test
/
sanity_import_vpp_papi.py
5 lines
68 B
Python
Raw
Normal View
History
Unescape
Escape
misc: Fix python scripts shebang line Type: fix Since CentOS 8, RPM build script doesn't accept '#!/usr/bin/env python' as a valid shebang line. It requires scripts to explicitly chose between python2 or python3. Change all to use python3 as suggested by Paul Vinciguerra. Depends-On: https://gerrit.fd.io/r/23170 Signed-off-by: Renato Botelho do Couto <renato@netgate.com> Change-Id: Ie72af9f60fd0609e07f05b70f8d96e738b2754d1
2019-10-31 13:31:07 -05:00
#!/usr/bin/env python3
make test: automatic sanity check 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>
2017-03-09 08:20:13 +01:00
"""
sanity check script
"""
import
vpp_papi
Reference in New Issue
Copy Permalink