Proposed a new dir structure

This commit is contained in:
Jaspreet Sachdev
2021-01-29 13:06:26 -05:00
parent 3fbb146945
commit a5c5910b82

View File

@@ -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