-
Notifications
You must be signed in to change notification settings - Fork 5
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
Pulp tests #53
Pulp tests #53
Conversation
@@ -149,6 +149,12 @@ | |||
port: 24817 | |||
timeout: 300 | |||
|
|||
- name: Wait for Pulp API service to be accessible |
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.
This is a duplicate chunk of code now, this is handled on line 146.
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.
@@ -1,4 +1,4 @@ | |||
#!/bin/bash | |||
|
|||
vagrant ssh-config > .vagrant/ssh-config | |||
py.test --hosts=quadlet --sudo --ssh-config=.vagrant/ssh-config tests/*_test.py | |||
py.test -vv --hosts=quadlet --sudo --ssh-config=.vagrant/ssh-config tests/*_test.py |
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.
This change was just merged and can be dropped from the PR.
#43 is merged, closing here |
rebased @evgeni's PR: #50