diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-03-01 17:23:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-01 17:23:42 +0000 |
commit | fc5ef0c903fdefe64f7e414f2ee0ccd4a3daf68e (patch) | |
tree | 0cad699487634c4138ad7357c3a75d90ab99900e /test/csit/tests/music/music-suite/data/createtable.json | |
parent | 5f91385194cd69898cf0244ca397cc592ecef903 (diff) | |
parent | 4dfc5cae074065951ba0b5d516cf350f7303a8e3 (diff) |
Merge "Onboard music CSIT into integration project"
Diffstat (limited to 'test/csit/tests/music/music-suite/data/createtable.json')
-rw-r--r-- | test/csit/tests/music/music-suite/data/createtable.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/csit/tests/music/music-suite/data/createtable.json b/test/csit/tests/music/music-suite/data/createtable.json new file mode 100644 index 000000000..71b471630 --- /dev/null +++ b/test/csit/tests/music/music-suite/data/createtable.json @@ -0,0 +1,12 @@ +{ + "clusteringOrder":null, + "consistencyInfo":{"type":"eventual"}, + "fields":{"PRIMARY KEY":"(name)", + "name":"text","job":"text","threadIndex":"int"}, + "keyspaceName":null, + "primaryKey":null, + "properties":null, + "sortingKey":null, + "tableName":null +} + |