Add ping to NFS Volume nightly tests [skip ci]#7821
Merged
mdharamadas1 merged 5 commits intovmware:masterfrom May 11, 2018
Merged
Add ping to NFS Volume nightly tests [skip ci]#7821mdharamadas1 merged 5 commits intovmware:masterfrom
mdharamadas1 merged 5 commits intovmware:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7821 +/- ##
==========================================
- Coverage 26.34% 25.85% -0.49%
==========================================
Files 37 35 -2
Lines 5189 5124 -65
==========================================
- Hits 1367 1325 -42
+ Misses 3715 3692 -23
Partials 107 107
Continue to review full report at Codecov.
|
| Ping VCH | ||
| ${rc} ${out}= Ping Host %{VCH-IP} | ||
| Log ${rc} | ||
| Log ${out} |
Contributor
There was a problem hiding this comment.
check that these pings succeed here, then where you call the ping nfs server/vch keyword wrap it in wait until keyword succeeds for about 10 minutes to try to and wait until the network disruption subsides before failing the test
0659a8e to
9f824b9
Compare
Contributor
|
All, this is ready for re-review. |
singhshwetaQE
approved these changes
May 11, 2018
zjs
pushed a commit
to zjs/vic
that referenced
this pull request
Jul 19, 2018
(cherry picked from commit 71664a5)
zjs
pushed a commit
to zjs/vic
that referenced
this pull request
Jul 27, 2018
(cherry picked from commit 71664a5)
zjs
pushed a commit
that referenced
this pull request
Jul 27, 2018
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #7601
[skip ci]