Lines Matching refs:bonding
25 self.god.stub_with(net_utils,"bond", net_utils.bonding)
541 self.god.stub_function(net_utils.bonding, 'is_enabled')
544 net_utils.bonding.is_enabled.expect_call().and_return(False)
552 net_utils.bonding.is_enabled.expect_call().and_return(False)
563 net_utils.bonding.is_enabled.expect_call().and_return(False)
579 net_utils.bonding.is_enabled.expect_call().and_return(True)
590 net_utils.bonding.is_enabled.expect_call().and_return(False)
599 net_utils.bonding.is_enabled.expect_call().and_return(False)
660 self.god.stub_function(net_utils.bonding, 'is_enabled')
662 net_utils.bonding.is_enabled.expect_call().and_return(False)
675 net_utils.bonding.is_enabled.expect_call().and_return(
938 self.assertEquals(net_utils.bond().get_mode(), net_utils.bonding.NO_MODE)