uyuni-project / uyuni

Source code for Uyuni
https://www.uyuni-project.org/
GNU General Public License v2.0
429 stars 180 forks source link

Test suite - align directories #7973

Open meaksh opened 10 months ago

meaksh commented 10 months ago

Issue created by automation script. Original author: @Bischoff Date: 2021-04-30T09:00:37Z Source issue: https://github.com/SUSE/spacewalk/issues/14727


Put the CI test suite and the BV test suite/GitHub validation at the same level:


testsuite
(...)
├── features         
│   ├── build_validation
│   │   ├── core
│   │   ├── create_bootstrap_repositories
│   │   ├── (...)
│   ├── continuous_integration
│   │   ├── core
│   │   ├── finishing
│   │   ├── init_clients
│   │   ├── (...)
│   ├── github_validation
│   │   ├── core
│   │   ├── init_clients
├── step_definitions
├── (...)
├── run_sets
│   ├── build_validation
│   ├── continuous_integration
└──

Early drafts

meaksh commented 10 months ago

Comment created by automation script. Original author: @nodeg. Date: 2023-08-30T12:55:16Z


This is something that is bothering me for a long time.