ApacheAugeasMapping mapping = new ApacheAugeasMapping(treeUpdate);
mapping.updateAugeas(updateNode, config, configDef);
}
}
treeUpdate.save();
//test if the updated augeas tree can be mapped to configuration stored at files in "loadconfig" temporary directory
testLoadConfig(treeUpdate, container);
System.out.println(" [success!]");
}