X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2Fmusic%2Fmusic-suite%2Fdata%2Fcreatekeyspace-simple.json;fp=tests%2Fmusic%2Fmusic-suite%2Fdata%2Fcreatekeyspace-simple.json;h=31f4b6a594260906b2086d509f8be712034001c0;hb=9abb61ca2cea1907cab2cec312d6dca6e53a93cd;hp=0000000000000000000000000000000000000000;hpb=a328a3e2e531240ea4a9ed2ce4a284af1be5e225;p=integration%2Fcsit.git diff --git a/tests/music/music-suite/data/createkeyspace-simple.json b/tests/music/music-suite/data/createkeyspace-simple.json new file mode 100644 index 00000000..31f4b6a5 --- /dev/null +++ b/tests/music/music-suite/data/createkeyspace-simple.json @@ -0,0 +1,6 @@ +{ + "consistencyInfo":{"type":"eventual"}, + "durabilityOfWrites":"true", + "keyspaceName":"txt", + "replicationInfo":{"class" :"SimpleStrategy","replication_factor": 1} +}