]> git.proxmox.com Git - mirror_ovs.git/blame - tests/ovsdb-column.at
ofproto-dpif: Expose datapath capability to ovsdb.
[mirror_ovs.git] / tests / ovsdb-column.at
CommitLineData
f85f8ebb
BP
1AT_BANNER([OVSDB -- columns])
2
99155935 3OVSDB_CHECK_POSITIVE_CPY([ordinary column],
f85f8ebb
BP
4 [[parse-column mycol '{"type": "integer"}']],
5 [[{"type":"integer"}]])
6
99155935 7OVSDB_CHECK_POSITIVE_CPY([immutable column],
f85f8ebb
BP
8 [[parse-column mycol '{"type": "real", "mutable": false}']],
9 [[{"mutable":false,"type":"real"}]])
10
99155935 11OVSDB_CHECK_POSITIVE_CPY([ephemeral column],
f85f8ebb
BP
12 [[parse-column mycol '{"type": "uuid", "ephemeral": true}']],
13 [[{"ephemeral":true,"type":"uuid"}]])