From 4dfc5cae074065951ba0b5d516cf350f7303a8e3 Mon Sep 17 00:00:00 2001 From: Leonardo Bellini Date: Thu, 1 Mar 2018 10:56:57 -0600 Subject: Onboard music CSIT into integration project Issue-ID: MUSIC-43 Change-Id: I680d6255a9d396bf6a546268b4c58cff4b66b2e4 Signed-off-by: Leonardo Bellini --- test/csit/tests/music/music-suite/data/createkeyspace-simple.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/csit/tests/music/music-suite/data/createkeyspace-simple.json (limited to 'test/csit/tests/music/music-suite/data/createkeyspace-simple.json') 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} +} -- cgit 1.2.3-korg