mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-29 18:12:34 +00:00
Proposed a new dir structure
This commit is contained in:
24
README.md
24
README.md
@@ -15,19 +15,21 @@ All code must be written in python 3 and conform to PEP 8 style guide. The test
|
|||||||
|
|
||||||
## Proposed Directory Structure
|
## Proposed Directory Structure
|
||||||
```bash
|
```bash
|
||||||
├── pytest
|
├── tests
|
||||||
│ ├── helpers
|
├── libs
|
||||||
│ │ ├── *.py /* AP, SDK, LANForge, Perfecto libs */
|
│ ├── cloudsdk
|
||||||
│ ├── Dockerfile
|
│ ├── apnos
|
||||||
│ ├── pytest.ini
|
│ ├── lanforge
|
||||||
│ ├── conftest.py
|
│ ├── perfecto
|
||||||
│ ├── *.py (test cases)
|
│ ├── <future>
|
||||||
├── CICD_AP_CLOUSDK - /* to be deleted */
|
├── tools
|
||||||
├── cicd - /* to be deleted */
|
├── docker
|
||||||
├── docker - /* to be deleted */
|
├── pytest - /* to be migrated */
|
||||||
|
├── CICD_AP_CLOUSDK - /* to be migrated */
|
||||||
|
├── cicd - /* to be migrated */
|
||||||
├── lanforge - /* under cleanup consideration */
|
├── lanforge - /* under cleanup consideration */
|
||||||
├── testbeds - /* under cleanup consideration */
|
├── testbeds - /* under cleanup consideration */
|
||||||
├── unit_tests - /* to be deleted */
|
├── unit_tests - /* to be migrated */
|
||||||
```
|
```
|
||||||
|
|
||||||
## TO DO
|
## TO DO
|
||||||
|
|||||||
Reference in New Issue
Block a user