Searched refs:alertRule (Results 1 – 1 of 1) sorted by relevance
1665 std::string alertRule = StringPrintf("quota %sAlert", ifname); in expectBandwidthInterfaceAlertRuleExists() local1669 EXPECT_TRUE(iptablesRuleExists(binary, BANDWIDTH_COSTLY_IF.c_str(), alertRule)); in expectBandwidthInterfaceAlertRuleExists()1676 std::string alertRule = StringPrintf("quota %sAlert", ifname); in expectBandwidthInterfaceAlertRuleDoesNotExist() local1679 EXPECT_FALSE(iptablesRuleExists(binary, BANDWIDTH_COSTLY_IF.c_str(), alertRule)); in expectBandwidthInterfaceAlertRuleDoesNotExist()