Searched refs:quotaRule (Results 1 – 1 of 1) sorted by relevance
1632 std::string quotaRule = StringPrintf("quota %s", ifname); in expectBandwidthInterfaceQuotaRuleExists() local1642 EXPECT_TRUE(iptablesRuleExists(binary, BANDWIDTH_COSTLY_IF.c_str(), quotaRule)); in expectBandwidthInterfaceQuotaRuleExists()1649 std::string quotaRule = StringPrintf("quota %s", ifname); in expectBandwidthInterfaceQuotaRuleDoesNotExist() local1659 EXPECT_FALSE(iptablesRuleExists(binary, BANDWIDTH_COSTLY_IF.c_str(), quotaRule)); in expectBandwidthInterfaceQuotaRuleDoesNotExist()