Searched refs:TEST_L2KEY (Results 1 – 2 of 2) sorted by relevance
190 private static final String TEST_L2KEY = "some l2key"; field in IpClientIntegrationTest605 .withLayer2Information(new Layer2Information(TEST_L2KEY, TEST_CLUSTER,639 .storeNetworkAttributes(eq(TEST_L2KEY), networkAttributes.capture(), any());762 .onNetworkAttributesRetrieved(new Status(SUCCESS), TEST_L2KEY, na);764 }).when(mIpMemoryStore).retrieveNetworkAttributes(eq(TEST_L2KEY), any());2109 }).when(mIpMemoryStore).retrieveNetworkAttributes(eq(TEST_L2KEY), any());
95 private static final String TEST_L2KEY = "some l2key"; field in IpClientTest359 final String l2Key = TEST_L2KEY; in testProvisioningWithInitialConfiguration()