<pre>
Status: Passed
</pre>
<pre>
commit fa145f1a53943243f94a32ce98525db8494b0052
Author: Jason Wessel <jason.wessel@windriver.com>
Date:   Thu Jun 29 20:33:23 2017 -0700

    Python3 compatibility: fix integer problems
    
    In python3 maxint is not defined, but maxsize is defined in both
    python2 and python3.
    
    The put_text() will not automatically use a value which came in as
    float due to a pior math function and python3 will throw an exception.
    The simple answer is to convert it with int() and move on.
    
    Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
    Signed-off-by: Ben Pfaff <blp@ovn.org>

</pre>
<pre>
View the changeset:
<a href="https://github.com/openvswitch/ovs/commit/fa145f1a53943243f94a32ce98525db8494b0052">https://github.com/openvswitch/ovs/commit/fa145f1a53943243f94a32ce98525db8494b0052</a>

View the full build log and details:
<a href="http://64.119.130.115/ovs/fa145f1a53943243f94a32ce98525db8494b0052">http://64.119.130.115/ovs/fa145f1a53943243f94a32ce98525db8494b0052</a></pre>