Skip to content
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

Introducing tests against minio #188

Merged
merged 2 commits into from Mar 9, 2020
Merged

Introducing tests against minio #188

merged 2 commits into from Mar 9, 2020

Conversation

fao89
Copy link
Member

@fao89 fao89 commented Mar 2, 2020

@fao89 fao89 requested review from dkliban and daviddavis March 2, 2020 21:03
@fao89 fao89 force-pushed the 5962 branch 5 times, most recently from 3276670 to 1df9e3b Compare March 5, 2020 01:55
@fao89 fao89 force-pushed the 5962 branch 6 times, most recently from a379b5b to 3e0edf0 Compare March 6, 2020 01:39
plugin-template Outdated
@@ -44,10 +45,24 @@ DEFAULT_SETTINGS = {
'pulpcore_pip_version_specifier': None,
'pypi_username': None,
'stable_branch': None,
's3_settings': {
'aws_access_key_id': '"AKIAIT2Z5TDYPX3ARJBA"',
Copy link
Contributor

Choose a reason for hiding this comment

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

Aren't we hardcoding this value in the test scripts? I'm thinking we should just hardcode all of these s3 settings as well as I doubt plugin writers will need to tweak them.

{%- for setting, value in pulp_settings.items() -%} {{ setting }}: {{ value }}
{% endfor -%}
{% endif -%}
aws_access_key_id: "AKIAIT2Z5TDYPX3ARJBA"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think these need to be wrapped in a {%- if test_s3 %} no?

Copy link
Member Author

Choose a reason for hiding this comment

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

it is not needed as it is inside of if [ "$TEST" = 's3' ]; then

Copy link
Contributor

Choose a reason for hiding this comment

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

Yup, I am blind.

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.

None yet

2 participants