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

[Feature] Test harness log naming requires extra updates to fit to certification format (and is error prone as a result) #382

Open
andy31415 opened this issue Aug 16, 2024 · 1 comment
Assignees

Comments

@andy31415
Copy link

Feature description

During test events, we were asked to upload files in a specific naming format (e.g. TC-<test>-<dut_id>_log), where as the log download follows a different naming convention.

We should find a way to auto-select proper naming and downloads. A proposal would be:

  • if a single test case is selected, the auto-generated name should not be Test_Run... but rather TC_<case> so that I can easily filter it out through the UI
  • downloading logs should auto-download using the right name (eventually UI can ask me for a dut_id)

Use Cases

Less error prone uploads of test logs. I have seen several Wrong log upload reviews during the test event.

Test Cases

No response

Additional Information

No response

@fabiowmm
Copy link
Contributor

@andy31415 right now the file naming pattern is "UI_Test_Run_.log". We can't name the files according to the TC name since a log file covers an entire run and may contain several different TCs.

CC @raju-apple

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants