Searched refs:TEST_L2KEY (Results 1 – 2 of 2) sorted by relevance
191 private static final String TEST_L2KEY = "some l2key"; field in IpClientIntegrationTest606 .withLayer2Information(new Layer2Information(TEST_L2KEY, TEST_CLUSTER,640 .storeNetworkAttributes(eq(TEST_L2KEY), networkAttributes.capture(), any());763 .onNetworkAttributesRetrieved(new Status(SUCCESS), TEST_L2KEY, na);765 }).when(mIpMemoryStore).retrieveNetworkAttributes(eq(TEST_L2KEY), any());2115 }).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()