Improve test to enable unit testing on MAC
Bug #1745913 reported by
rajiv
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-odl |
Triaged
|
Low
|
Unassigned |
Bug Description
Test case uses "ps ax -o pid,state,cmd", it seems to work on ubuntu but does not work in MAC. Of course OpenStack supports only Linux but tests are used frequently in development environment therefor tests should support as much as possible development environment.
Changed in networking-odl: | |
importance: | Undecided → Low |
Changed in networking-odl: | |
status: | New → Triaged |
To post a comment you must log in.
Although fixing this is trivial, it does require to add a module to the requirements. OSX is not a supported platform, thus I think there shouldn't be a need to adapt it --specially when it's trivial to run the tests on a docker or VM under OSX