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

Republish nxos_file_copy changes #59

Merged
merged 2 commits into from May 13, 2020

Conversation

mmudigon
Copy link
Contributor

@mmudigon mmudigon commented May 13, 2020

Depends-On: #52

SUMMARY
The following is the list of changes included in this PR. The fix involves two parts:

bad_transport.yaml - the assert statement was checking for a wrong message. The actual message retuendd from the module is different. So the YAML file is fixed ot check for correct message

nxos_file_copy.py - There are a couple of places in this module where a replace is used with byte string. This is not working in python 3.8. The fix is to change the byte string to a string and then use replace the required string.

ISSUE TYPE
Bugfix Pull Request
COMPONENT NAME
nxos_file_copy

ADDITIONAL INFORMATION
The issue is seen when the test case is executed without any additional steps.

@NilashishC
Copy link
Collaborator

recheck

@NilashishC
Copy link
Collaborator

recheck

1 similar comment
@NilashishC
Copy link
Collaborator

recheck

@NilashishC NilashishC added the gate Gate PR in Zuul CI label May 13, 2020
@NilashishC NilashishC closed this May 13, 2020
@NilashishC NilashishC reopened this May 13, 2020
@NilashishC
Copy link
Collaborator

recheck

@NilashishC NilashishC added gate Gate PR in Zuul CI and removed gate Gate PR in Zuul CI labels May 13, 2020
@ansible-zuul ansible-zuul bot merged commit 317fb1a into ansible-collections:master May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gate Gate PR in Zuul CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants