aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/music/music-suite/data/createkeyspace-simple.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/csit/tests/music/music-suite/data/createkeyspace-simple.json')
-rw-r--r--test/csit/tests/music/music-suite/data/createkeyspace-simple.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/csit/tests/music/music-suite/data/createkeyspace-simple.json b/test/csit/tests/music/music-suite/data/createkeyspace-simple.json
new file mode 100644
index 000000000..31f4b6a59
--- /dev/null
+++ b/test/csit/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}
+}