subCurator.create(new Subscription(o, provisioning, new HashSet<Product>(),
5L, new Date(), TestUtil.createDate(3020, 12, 12), new Date()));
poolManager.getRefresher().add(o).run();
this.systemType = new ConsumerType(ConsumerTypeEnum.SYSTEM);
consumerTypeCurator.create(systemType);
parentSystem = new Consumer("system", "user", o, systemType);
parentSystem.getFacts().put("total_guests", "0");
consumerCurator.create(parentSystem);