From 309c1b466f040d8703476505d3ab5178a542ed4b Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Thu, 21 May 2015 14:15:45 +0530 Subject: [PATCH] CLOUDSTACK-8498: Including schedule as default key in recurring_snapshot dict used to create recurring snapshot policy Signed-off-by: Gaurav Aradhye This closes #276 --- tools/marvin/marvin/config/test_data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py index bc5f87513bf..a691a72a7c9 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -959,6 +959,7 @@ test_data = { "recurring_snapshot": { "maxsnaps": 2, "timezone": "US/Arizona", + "schedule": 1 }, "volume_offerings": { 0: {"diskname": "TestDiskServ"},