Skip to content

VCH install timeout set to 30m for 5-21-Datastore-Path#7902

Merged
cgtexmex merged 1 commit intovmware:masterfrom
cgtexmex:atimetokill
May 4, 2018
Merged

VCH install timeout set to 30m for 5-21-Datastore-Path#7902
cgtexmex merged 1 commit intovmware:masterfrom
cgtexmex:atimetokill

Conversation

@cgtexmex
Copy link
Contributor

@cgtexmex cgtexmex commented May 4, 2018

Increases timeout from default 3m to 30m

Toward #7718

[skip ci]

Copy link
Contributor

@rogeliosanchez rogeliosanchez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Remove Environment Variable PUBLIC_NETWORK

${output}= Install VIC Appliance To Test Server certs=${false}
${output}= Install VIC Appliance To Test Server certs=${false} additional-args=--timeout=%{TEST_TIMEOUT}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This keyword runs vic-machine create with --timeout=%{TEST_TIMEOUT}: https://github.com/vmware/vic/blob/master/tests/resources/VCH-Util.robot#L340

We're setting TEST_TIMEOUT to 30m on line 39, so if I'm understanding correctly, I don't think we need to change this line.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep agreed -- I got lost in the VCH-Util.robot redirection...and also confused the 2nd & 3rd tests...

Log To Console \nRunning custom vic-machine create - with DS Scheme in Volume Store
# Need to run custom vic-machine create to specify volume store with DS scheme
${output}= Run bin/vic-machine-linux create --debug 1 --name=%{VCH-NAME} --target=%{TEST_URL_ARRAY} --user=%{TEST_USERNAME} --bridge-network=%{BRIDGE_NETWORK} --public-network=%{PUBLIC_NETWORK} --image-store=%{TEST_DATASTORE} --volume-store=${dsScheme}%{TEST_DATASTORE}/images:default --password=%{TEST_PASSWORD} --appliance-iso=bin/appliance.iso --bootstrap-iso=bin/bootstrap.iso --insecure-registry harbor.ci.drone.local --force --kv
${output}= Run bin/vic-machine-linux create --debug 1 --name=%{VCH-NAME} --target=%{TEST_URL_ARRAY} --user=%{TEST_USERNAME} --bridge-network=%{BRIDGE_NETWORK} --public-network=%{PUBLIC_NETWORK} --image-store=%{TEST_DATASTORE} --volume-store=${dsScheme}%{TEST_DATASTORE}/images:default --password=%{TEST_PASSWORD} --appliance-iso=bin/appliance.iso --bootstrap-iso=bin/bootstrap.iso --insecure-registry harbor.ci.drone.local --force --kv --timeout=%{TEST_TIMEOUT}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@codecov-io
Copy link

codecov-io commented May 4, 2018

Codecov Report

Merging #7902 into master will decrease coverage by 4.78%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #7902      +/-   ##
==========================================
- Coverage   31.12%   26.34%   -4.79%     
==========================================
  Files         295       37     -258     
  Lines       43709     5189   -38520     
==========================================
- Hits        13606     1367   -12239     
+ Misses      28919     3715   -25204     
+ Partials     1184      107    -1077
Impacted Files Coverage Δ
pkg/log/text_formatter.go
pkg/retry/retry.go
pkg/trace/operation.go
pkg/vsphere/extraconfig/vmomi/optionvalue.go
pkg/vsphere/extraconfig/keys.go
lib/install/management/resource_pool.go
lib/portlayer/storage/nfs/target.go
lib/install/management/vmgroup.go
lib/etcconf/resolvconf.go
lib/install/management/create.go
... and 248 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 29f07bb...eaaff0c. Read the comment docs.

Increases timeout from default 3m to 30m

Toward vmware#7718
@cgtexmex
Copy link
Contributor Author

cgtexmex commented May 4, 2018

@anchal-agrawal fixed...

Copy link
Contributor

@anchal-agrawal anchal-agrawal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL --kv = --no-tlsverify in vic-machine create

@cgtexmex cgtexmex merged commit 0e43ea6 into vmware:master May 4, 2018
@cgtexmex cgtexmex deleted the atimetokill branch May 7, 2018 16:40
zjs pushed a commit to zjs/vic that referenced this pull request Jul 19, 2018
Increases timeout from default 3m to 30m

Toward vmware#7718

(cherry picked from commit 0e43ea6)
zjs pushed a commit to zjs/vic that referenced this pull request Jul 27, 2018
…mware#8151)

Increases timeout from default 3m to 30m

Toward vmware#7718

(cherry picked from commit 0e43ea6)
zjs pushed a commit that referenced this pull request Jul 27, 2018
Increases timeout from default 3m to 30m

Toward #7718

(cherry picked from commit 0e43ea6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants