-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for AIX and targeted SSH testing #41
Merged
Merged
Conversation
This file contains 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
This reverts commit 7c32027.
@foobarbam so cool to see aix support for train. Thanks for adding this. Just ordered my PDP environment for the next days to test it. Get back to you asap. |
@foobarbam Tested it against AIX 6 and AIX 7.2. Works like a charm. Thank you very much for this great addition. Test on IBM AIX 6.1rake "test:ssh[u0016746@172.29.151.232]"
sh -c cd /Users/chartmann/Development/compliance/train/test/integration && target=u0016746@172.29.151.232 key_files=/Users/chartmann/.ssh/id_rsa ruby -I ../../lib test_ssh.rb tests/*
Run options: --seed 12258
# Running:
...............................................................................................................
Finished in 337.118067s, 0.3411 runs/s, 0.3589 assertions/s.
115 runs, 121 assertions, 0 failures, 0 errors, 0 skips Test on IBM AIX 7.2 betarake "test:ssh[u0016746@172.29.151.240]"
sh -c cd /Users/chartmann/Development/compliance/train/test/integration && target=u0016746@172.29.151.240 key_files=/Users/chartmann/.ssh/id_rsa ruby -I ../../lib test_ssh.rb tests/*
Run options: --seed 35324
# Running:
...............................................................................................................
Finished in 338.617305s, 0.3396 runs/s, 0.3573 assertions/s.
115 runs, 121 assertions, 0 failures, 0 errors, 0 skips
|
chris-rock
added a commit
that referenced
this pull request
Dec 17, 2015
Support for AIX and targetted SSH testing
you bet man, thanks for the merge |
chris-rock
changed the title
Support for AIX and targetted SSH testing
Support for AIX and targeted SSH testing
Jan 2, 2016
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.
Add support for AIX platform and ability to test via ssh transport.
See Rakefile ssh task commentary for usage.
All tests pass against my AIX system (lint and docker tests also pass)