Skip to content

Commit

Permalink
[tests][factory] Remove can_add_bridges().
Browse files Browse the repository at this point in the history
  • Loading branch information
luis4a0 committed Nov 30, 2023
1 parent 5032717 commit b65dd3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/mock_virtual_machine_factory.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ struct MockVirtualMachineFactory : public VirtualMachineFactory

MOCK_METHOD(FetchType, fetch_type, (), (override));
MOCK_METHOD(void, prepare_networking, (std::vector<NetworkInterface>&), (override));
MOCK_METHOD(bool, can_add_bridges, (), (override));
MOCK_METHOD(VMImage, prepare_source_image, (const VMImage&), (override));
MOCK_METHOD(void, prepare_instance_image, (const VMImage&, const VirtualMachineDescription&), (override));
MOCK_METHOD(void, hypervisor_health_check, (), (override));
Expand Down

0 comments on commit b65dd3d

Please sign in to comment.