-
Notifications
You must be signed in to change notification settings - Fork 28
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
Use tree wget -F --dirsfirst
to clarify directory structure
#173
base: main
Are you sure you want to change the base?
Conversation
abitrolly
commented
Jun 8, 2022
``` cd tmp mkdir wget cd wget mkdir download protocols recursion smoke cd protocols mkdir ftp https http cd .. touch main.fmf cd .. tree wget -F --dirsfirst ```
``` touch wget/runtest.sh tree wget -F --dirsfirst ```
I am not sure where
|
Ouch, example was oversimplified. That usage doesn't make much sense without tmt metadata specification. I guess we should come up with something generic enough and not dependent on tmt to stop always using fmf with tmt which makes it difficult to realise what is what. If I take tmt into account (meaning that
|
Oversimplified is better than overcomplicated. :D
Something artificial that is not being used in production won't make it better. Tests are at least common scenario both for coders and DevOps teams.
By /download:
description: Check basic download options
tester: Petr Šplíchal <[email protected]>
tags: [Tier2, TierSecurity]
test: ./runtest.sh
time: 3 min So to clarify, for the And if the contents of the tester: Petr Šplíchal <[email protected]>
tags: [Tier2, TierSecurity]
test: ./runtest.sh
/download:
description: Check basic download options
time: 3 min
/recursion:
description: Check recursive download options
time: 20 min So the question now is how should I rewrite this |
Oh yeah, those examples were created long time ago, when we were still just dreaming about
Let's fix those as well to prevent further confusion. For the structure I'd propose to keep directories only in the tree overview and then add an example of one directory which contains
No, it's a dedicated |
You should have write access to this branch. It should be the best way to put the content right. |
@psss, @abitrolly What if we linked tmt tests? It also shows that in "data" directory is another fmf root - which is hidden from the top one (another reason why .fmf/version exists) |
Another idea - would showing final metadata help more to understand what is happening?
|
This is covered under the hierarchy section. So we have the comparison.
The tangible real-life example sounds like a great idea! |
That would create recursive link, which will only worsen the mess in my head. |