vmware-nsx/run_tests.py
Tyler Smith d10e534ab5 Fixing Cisco plugin after update_* change
Also a few fixes from packaging changes

Change-Id: I7ad7d5bc741fed9d09120148ad75f41df6722b59
2011-03-10 20:07:50 -05:00

6 lines
107 B
Python
Executable File

#!/usr/bin/env python
import tools.source_environment
from quantum.run_tests import main as tests
tests()