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

Remove cause of TypeError in get_tsa_tsb_service_uptime #14848

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Javier-Tan
Copy link
Contributor

Description of PR

Summary:
Fixes #14847

Remove unnecessary encode in get_tsa_tsb_service_uptime function causing test failures due to TypeError in test_startup_tsa_tsb_service.py.

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • Test case(new/improvement)

Back port request

  • 202012
  • 202205
  • 202305
  • 202311
  • 202405

Approach

What is the motivation for this PR?

To fix test failures in test_startup_tsa_tsb_service.py.

How did you do it?

Remove encode causing TestError in get_tsa_tsb_service_uptime function.

How did you verify/test it?

Tested on T2 testbed that TypeError is no longer raised, and get_tsa_tsb_service_uptime continues to function as intended.

Any platform specific information?

N/A

Supported testbed topology if it's a new test case?

N/A

Documentation

N/A

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.

[Bug]: Unnecessary encode causes TypeError in test_startup_tsa_tsb_service.py
1 participant