Files
python-neutronclient/neutronclient/tests
Henry Gessau a16135029a Do not check stderr output from shell
The output from shell commands may contain warning messages which are
not errors. There are cases where there is nothing neutronclient can
do to avoid, for example, depecration messages.

The ShellTest.shell() already checks for SystemExit result codes, so
asserting that stderr is empty is not needed.

Change-Id: Ibeabf474194b2d38273d76117a3a2f3bee5f7286
2016-08-17 05:05:55 -04:00
..