commit | 821fea13e8d240e1221dd93107b5fedba4c99646 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Mar 13 22:29:23 2017 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Mon Mar 13 22:29:23 2017 -0700 |
tree | 6ea5cad17efe3419440cde604a4b6687dc906f28 | |
parent | 518aba895999ca4ed117cd5f4cf30971ca1ecb9e [diff] |
CORD-876 fix large min/max limits breaking modeldefs api Change-Id: I1dbc888de85ec968026110e86fc86ba6de87b6c6
diff --git a/xos/coreapi/protos/modeldefs.proto b/xos/coreapi/protos/modeldefs.proto index 8e2f076..3cd5fa8 100644 --- a/xos/coreapi/protos/modeldefs.proto +++ b/xos/coreapi/protos/modeldefs.proto
@@ -12,7 +12,7 @@ string name = 1; oneof val_value { bool bool_value = 2; - int32 int_value = 3; + int64 int_value = 3; string str_value = 4; }; };
diff --git a/xos/tools/apigen/chameleon_list_test.template.sh b/xos/tools/apigen/chameleon_list_test.template.sh index 3884401..1720a7b 100644 --- a/xos/tools/apigen/chameleon_list_test.template.sh +++ b/xos/tools/apigen/chameleon_list_test.template.sh
@@ -1,4 +1,4 @@ -source /opt/xos/grpc/tests/testconfig-chameleon.sh +source /opt/xos/coreapi/tests/testconfig-chameleon.sh # test modeldefs curl -f --silent http://$HOSTNAME:8080/xosapi/v1/modeldefs > /dev/null