-
Notifications
You must be signed in to change notification settings - Fork 662
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also update copyrights where appropriate.
- Loading branch information
Chris Townsend
committed
Apr 16, 2019
1 parent
f4ee636
commit 30475a3
Showing
6 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2017-2018 Canonical, Ltd. | ||
* Copyright (C) 2017-2019 Canonical, Ltd. | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -13,24 +13,20 @@ | |
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* Authored by: Alberto Aguirre <[email protected]> | ||
* | ||
*/ | ||
|
||
#ifndef MULTIPASS_STUB_VIRTUAL_MACHINE_H | ||
#define MULTIPASS_STUB_VIRTUAL_MACHINE_H | ||
|
||
#include <multipass/virtual_machine.h> | ||
|
||
#include "stub_ssh_key_provider.h" | ||
|
||
namespace multipass | ||
{ | ||
namespace test | ||
{ | ||
struct StubVirtualMachine final : public multipass::VirtualMachine | ||
{ | ||
StubVirtualMachine() : VirtualMachine{StubSSHKeyProvider(), ""} | ||
StubVirtualMachine() : VirtualMachine{nullptr, ""} | ||
{ | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters