feat: specify target container host
This commit is contained in:
parent
7ab31a6074
commit
cccbbba24d
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ use super::suite::Test;
|
||||||
pub struct Target {
|
pub struct Target {
|
||||||
pub version: String,
|
pub version: String,
|
||||||
pub name: String,
|
pub name: String,
|
||||||
|
pub container_host: Url,
|
||||||
pub homepage: Url,
|
pub homepage: Url,
|
||||||
pub repository: Url,
|
pub repository: Url,
|
||||||
pub init_scripts: Option<Vec<Test>>,
|
pub init_scripts: Option<Vec<Test>>,
|
||||||
|
|
Loading…
Reference in a new issue