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

Potential Improvements for UP-TCK #83

Open
agosh01 opened this issue Jul 22, 2024 · 1 comment
Open

Potential Improvements for UP-TCK #83

agosh01 opened this issue Jul 22, 2024 · 1 comment

Comments

@agosh01
Copy link
Member

agosh01 commented Jul 22, 2024

  1. Refactor Test Manager

    • Improve Readability and Modularity:
      • Current Python files under the test manager are too large.
      • Separate files based on their functionality.
    • Configuration Management:
      • Use a configuration file for constants.
    • Input Handling:
      • Use a context map with uE keys for function inputs in the create_command function (this approach might be beneficial for other functions as well).
    • Logging:
      • Add individual log files for process logs to facilitate debugging.
  2. User Interface for Running Tests

    • Use a JSON configuration file to provide a user-friendly interface for running tests, instead of relying on a bash script.
  3. Continuous Integration (CI)

    • Update the CI process to mirror the local user setup and execution process as closely as possible, ensuring consistency between development and production environments.
@agosh01
Copy link
Member Author

agosh01 commented Jul 22, 2024

Additional items:
Add check to tck_step to make sure transport with default URI have been assigned and success status from test agent before starting test

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

No branches or pull requests

1 participant