private void addSchedule(String path, String filename) throws URISyntaxException, IOException {
   String scheduleJson = TestScheduleUtil.getScheduleJsonFromFile(bundleContext, path, filename);
   scheduleTrackingService.add(scheduleJson);
 }