Skip to content

Commit

Permalink
Pick up the latest integration util changes into c2e-setup (#230)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonia Avramova <[email protected]>
  • Loading branch information
antonia-avramova authored May 15, 2023
1 parent c081b67 commit 02c14ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration/c2e-setup/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/caarlos0/env/v6 v6.10.1
github.com/eclipse-kanto/kanto/integration/util v0.0.0-20230320081313-fb02c520eb1e
github.com/eclipse-kanto/kanto/integration/util v0.0.0-20230512120457-c081b6733173
)

require (
Expand Down
4 changes: 2 additions & 2 deletions integration/c2e-setup/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ github.com/caarlos0/env/v6 v6.10.1/go.mod h1:hvp/ryKXKipEkcuYjs9mI4bBCg+UI0Yhgm5
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/eclipse-kanto/kanto/integration/util v0.0.0-20230320081313-fb02c520eb1e h1:1J/29FlMS0VW+MuD43kPfqJPJcjamhacv8veJ20XawI=
github.com/eclipse-kanto/kanto/integration/util v0.0.0-20230320081313-fb02c520eb1e/go.mod h1:Dscvhc6K9RHiioYjZiQooqs13ffkPBhEvdlL4KdsJXs=
github.com/eclipse-kanto/kanto/integration/util v0.0.0-20230512120457-c081b6733173 h1:+eZ5rAZHPnM5dhKOggkbmvQY3/j0qOV/9v6dQCmYJCo=
github.com/eclipse-kanto/kanto/integration/util v0.0.0-20230512120457-c081b6733173/go.mod h1:Dscvhc6K9RHiioYjZiQooqs13ffkPBhEvdlL4KdsJXs=
github.com/eclipse/ditto-clients-golang v0.0.0-20220225085802-cf3b306280d3 h1:bfFGs26yNSfhSi6xmnmykB0jZn1Vu5e1/7JA5Wu5aGc=
github.com/eclipse/ditto-clients-golang v0.0.0-20220225085802-cf3b306280d3/go.mod h1:ey7YwfHSQJsinGkGbgeEgqZA7qJnoB0YiFVTFEY50Jg=
github.com/eclipse/paho.mqtt.golang v1.3.5/go.mod h1:eTzb4gxwwyWpqBUHGQZ4ABAV7+Jgm1PklsYT/eo8Hcc=
Expand Down
4 changes: 2 additions & 2 deletions integration/c2e-setup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ func main() {
"If set to the empty string, backing up the Local Digital Twins configuration file will be skipped")

clean := flag.Bool("clean", false, "Clean up test resources")
bootstrap = *flag.Bool("bootstrap", false, "Create bootstrapping resources")
ldt = *flag.Bool("ldt", false, "Create local-digital-twins resources")
flag.BoolVar(&bootstrap, "bootstrap", false, "Create bootstrapping resources")
flag.BoolVar(&ldt, "ldt", false, "Create local-digital-twins resources")

flag.Parse()

Expand Down

0 comments on commit 02c14ee

Please sign in to comment.