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

Create-Workload Improvements: Write test_procedures and operations to individual directories and files. #376

Closed
IanHoang opened this issue Sep 25, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@IanHoang
Copy link
Collaborator

IanHoang commented Sep 25, 2023

Is your feature request related to a problem? Please describe.

Currently, create-workload writes basic operations and customer provided operations to the workload.json. The workload.json that gets produced is the most basic workload form. The official workloads on the other hand use directories that house test_procedures and operations. This makes it more organized and extendable.

Describe the solution you'd like

create-workload should produce workloads with structures similar to the official workloads (have directories for test_procedures and operations instead of having everything in workload.json). This will streamline a "best practice" workload structure.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

@AkshathRaghav
Copy link
Contributor

Hi @IanHoang, I've made a PR on this issue. Will continue to work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Development

No branches or pull requests

2 participants