Update more packages, tests, binaries for quantity
make etcd registry pass test fix kubelet config for quantity fix openstack for quantity fix controller for quantity fix last tests for quantity wire into binaries fix controller manager fix build for 32 bit systems
This commit is contained in:
@@ -18,7 +18,6 @@ package latest
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"reflect"
|
||||
"strconv"
|
||||
"testing"
|
||||
|
||||
@@ -167,7 +166,7 @@ func TestInternalRoundTrip(t *testing.T) {
|
||||
continue
|
||||
}
|
||||
|
||||
if !reflect.DeepEqual(obj, actual) {
|
||||
if !internal.Semantic.DeepEqual(obj, actual) {
|
||||
t.Errorf("%s: diff %s", k, util.ObjectDiff(obj, actual))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user