diff options
| author | Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> | 2016-08-09 23:27:57 +0530 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-08-16 15:03:55 -0400 |
| commit | aeb17639818d973bf39982c7379d080f15bbcfe0 (patch) | |
| tree | 9db32757350b9323c88777cad7070c2df459bb8c /classes | |
| parent | 42af8a171b6674035559f76488f09ff7bba402b4 (diff) | |
| download | meta-virtualization-aeb17639818d973bf39982c7379d080f15bbcfe0.tar.gz | |
openvswitch: add missing python modules to execute ovs-test program
ovs-test program requires python-twisted and ovstest python
modules to execute successfully. The changes fix below
errors:
-- snip --
root@qemux86:~# ovs-test
Traceback (most recent call last):
File "/usr/bin/ovs-test", line 31, in <module>
import twisted
ImportError: No module named twisted
root@qemux86:~# ovs-test
Traceback (most recent call last):
File "/usr/bin/ovs-test", line 33, in <module>
import ovstest.args as args
ImportError: No module named ovstest.args
root@qemux86:~#
-- snip --
Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'classes')
0 files changed, 0 insertions, 0 deletions
