forked from apache/cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 7
Remote Diagnostics API #13
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
0658e24
Beginning to End workflow for Virtual Router
bbe380d
Refactoring unused code
836bcb1
Testing agent-manager connection error
67669db
Minor Fixes on Command/Answer class
95e8e57
Initial successful test with VR and Ping command
17dc1e1
Modified code to allow for all system VMs and all three ICMP commands
8cf67d3
Fixing typos
c9d4458
Fixing merge conflicts
259a459
Migrating to python based script
cd5e623
Renaming packages to diagnostics
bf01218
Removing nested comments
448fb44
Working on unit test impl
1e60bdc
Migrated to python based script, and added validation for optional pa…
9b9cb89
Removing unsused imports
72f7023
Adding Marvin tests
05483de
Adding traceroute command to Marvin tests
1df8855
Renaming packages to diagnostics and code refactoring
1ff1298
Refactoring API response object to include STDOUT, STDERR and EXITCODE
6a09386
Marvin tests complete
0c45874
Adding unit tests
289a4ed
For rebuilding testing packages
e3f2bef
Using AgentManager's EasySend
7645c07
Testing VMware hypervisor
9801b9f
Removing unused import
149f422
Fix issue with packaging failures
97e560d
Setting executeInSequence for VMware tests
50d152f
For testing VMware fix
93a3cfb
Fix typos in Answer class
5571123
Testing Fix for system vm access details
6a11767
Removed commented code
2ddb21b
Adding fix for VMware and ammending unit tests to capture changes
11a818b
Removed hard-coded values in Cmd class
2f5767c
Changed API name to runDiagnostics
80058c2
Updated marvin and unit test to use new API name, also changed from i…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removing unsused imports
- Loading branch information
There are no files selected for viewing
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
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
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.
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.
Can you move this to the Cmd class. Usually it's a good idea for the cmd class to create response, but this is okay as well.
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.
Refactored to Cmd class