2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-27 15:18:06 +00:00
Files
openvswitch/tests
Alin Gabriel Serdean c2104b9bcd tests-windows: Make flow extractor work on Windows
+Traceback (most recent call last):
+  File "../.././flowgen.py", line 204, in <module>
+    flows = os.fdopen(3, 'wb')
+OSError: [Errno 9] Bad file descriptor
./library.at:4: exit code was 1, expected 0

Unfortunately 3/4/5/.. FDs don't work on Windows. Switch to a filename open
instead of opening the FDs.

Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>
2018-03-08 02:59:02 +02:00
..
2017-08-03 14:48:33 -07:00
2017-11-26 16:12:08 -08:00
2017-08-07 11:26:16 -07:00
2017-01-27 14:14:27 -08:00
2018-01-11 15:55:03 -08:00
2018-02-16 15:30:44 -08:00
2018-02-01 13:39:16 -08:00
2017-01-28 12:16:34 -08:00
2017-12-24 16:19:24 -08:00
2016-12-12 08:57:07 -08:00
2016-12-12 08:57:07 -08:00
2018-02-28 15:02:44 -08:00
2018-02-28 15:02:44 -08:00
2017-03-08 21:11:48 -08:00
2017-08-03 14:48:33 -07:00
2017-03-08 21:11:48 -08:00
2017-08-07 11:26:16 -07:00
2018-01-10 14:20:00 -08:00