Skip to content

Adding ESXPASSWORD as commandline argument. ESXPassword cannot be har… #6

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

Merged
merged 1 commit into from
Mar 20, 2017
Merged

Conversation

pgbidkar
Copy link
Contributor

Adding ESXPASSWORD as commandline argument. ESXPassword cannot be hardcoded in testbed.py file since ESX doesnt have default password

@vmwclabot
Copy link

@pgbidkar, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <[email protected]> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

@@ -103,4 +104,8 @@ def build_arg_parser():
action='store',
help='NFS Server IP to setup datastore for samples run.'
'If not passed as argument, update testbed.py file')
parser.add_argument('-epassword', '--esxpassword',
Copy link
Contributor

Choose a reason for hiding this comment

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

@pgbidkar do you want to move this up next to e2? Keep a space in between just to be consistent. Also it seems the short version of the command is not that short. How about -ep, or perhaps we can just use the full command?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Moved after e2. Making short argument to -epass instead just to avoid ambiguous if we add -p as argument in future.
Added space.

@vmwclabot
Copy link

@pgbidkar, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <[email protected]> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

Copy link
Contributor

@tianhao64 tianhao64 left a comment

Choose a reason for hiding this comment

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

Can you squash the commits to one, so we keep a cleaner history? Here is how: https://github.com/ginatrapani/todo.txt-android/wiki/Squash-All-Commits-Related-to-a-Single-Issue-into-a-Single-Commit
Also you need to sign off the commit by adding "Signed-off-by: Pavan Bidkar [email protected]" at the bottom of the commit message.

@@ -39,6 +39,7 @@ def build_arg_parser():
-e1, --esxhost1
-e2, --esxhost2
-n, --nfsserver
-epass, --esxpassword
Copy link
Contributor

Choose a reason for hiding this comment

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

Move this above -n too.

@vmwclabot
Copy link

@pgbidkar, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <[email protected]> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

@pgbidkar
Copy link
Contributor Author

Rebased and Squashed all commits to single commit
Please review and merge

@vmwclabot
Copy link

@pgbidkar, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <[email protected]> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

…dcoded in testbed.py file since ESX doesnt have default password

Signed-off-by: Pavan Bidkar <[email protected]>

Adding ESXPASSWORD as commandline argument. ESXPassword cannot be hardcoded in testbed.py file since ESX doesnt have default password

Signed-off-by: Pavan Bidkar <[email protected]>
@tianhao64 tianhao64 merged commit 4693db2 into vmware:master Mar 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants