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

    Python3 compatibility: unicode to str
    
    When transitioning from python2 to python3 the following type class
    changes occured:
    
    python2 -> python3
    unicode -> str
    str -> bytes
    
    That means we have to check the python version and do the right type
    check python3 will throw an error when it tries to use the unicode
    type because it doesn't exist.
    
    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/7430959d4ad17db89b8387c3aef58c8b230cad10">https://github.com/openvswitch/ovs/commit/7430959d4ad17db89b8387c3aef58c8b230cad10</a>

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