X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fovsdb-column.at;h=b8d0939916f90baf406aaa7454c39c09c561346f;hb=0ef165ecb57943e17a8ee8270df68ffb8d032e29;hp=7dd55e4131a641fc6a791b76210f7a45faaf5e3f;hpb=5f55c39b21e69025045437ffbd3bb98fe6ce2e89;p=sliver-openvswitch.git diff --git a/tests/ovsdb-column.at b/tests/ovsdb-column.at index 7dd55e413..b8d093991 100644 --- a/tests/ovsdb-column.at +++ b/tests/ovsdb-column.at @@ -1,13 +1,13 @@ AT_BANNER([OVSDB -- columns]) -OVSDB_CHECK_POSITIVE([ordinary column], +OVSDB_CHECK_POSITIVE_CPY([ordinary column], [[parse-column mycol '{"type": "integer"}']], [[{"type":"integer"}]]) -OVSDB_CHECK_POSITIVE([immutable column], +OVSDB_CHECK_POSITIVE_CPY([immutable column], [[parse-column mycol '{"type": "real", "mutable": false}']], [[{"mutable":false,"type":"real"}]]) -OVSDB_CHECK_POSITIVE([ephemeral column], +OVSDB_CHECK_POSITIVE_CPY([ephemeral column], [[parse-column mycol '{"type": "uuid", "ephemeral": true}']], [[{"ephemeral":true,"type":"uuid"}]])