-
Notifications
You must be signed in to change notification settings - Fork 34
[Test Script] Update busybox ping test to run from Jenkins #606
Conversation
Codecov Report
@@ Coverage Diff @@
## master #606 +/- ##
============================================
+ Coverage 32.68% 32.75% +0.06%
- Complexity 1242 1248 +6
============================================
Files 522 522
Lines 13093 13117 +24
Branches 1606 1610 +4
============================================
+ Hits 4279 4296 +17
- Misses 8233 8236 +3
- Partials 581 585 +4
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A clarification about get_username(), ubuntu, and SSH would be very helpful.
yes, in the test setup readme, we will keep the steps needed to allow the three hosts to seamlessly ssh to each other in order to run the tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. only one minor comment. Thank you @kiran1048.
|
||
from helper_functions import * | ||
from termcolor import colored | ||
|
||
def busybox_container_cleanup(ip, con): | ||
def busybox_container_cleanup(aca_node_ip, con): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like the change as making the parameter explicit.
Btw, con = container? Can we also make a similar change here?
Added features to restart ACA on remote nodes before start of test.
All tests being on AWS machines.