* Tests activating a virtualhostnode with a blueprint context variable. Config store
* does not specify a virtualhost. Checks virtualhost is created from the blueprint.
*/
public void testActivateVHNWithVHBlueprint_StoreHasNoVH() throws Exception
{
DurableConfigurationStore configStore = new NullMessageStore() {};
String vhBlueprint = String.format("{ \"type\" : \"%s\", \"name\" : \"%s\"}",
TestMemoryVirtualHost.VIRTUAL_HOST_TYPE,
TEST_VIRTUAL_HOST_NAME);
Map<String, String> context = Collections.singletonMap(AbstractVirtualHostNode.VIRTUALHOST_BLUEPRINT_CONTEXT_VAR, vhBlueprint);