mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-10 14:21:30 +00:00
855cfc42c6c0bd55f4cfc65230ed158fc44ee182
Add sdk_upgrade_fw.py to call the upgrade (only). This needs more testing, but it at least partially works. Signed-off-by: Ben Greear <greearb@candelatech.com>
TIP Open WiFi Testing
This repository contains the test automation framework and scripts for TIP Open WiFi.
Motivation
Automate Automate and Automate!
Build status
Code style
All code must be written in python 3 and conform to PEP 8 style guide. The test framework is built using pytest.
Proposed Directory Structure
├── tests
├── libs
│ ├── cloudsdk
│ ├── apnos
│ ├── lanforge
│ ├── perfecto
│ ├── <future>
├── tools
├── docker
├── pytest - /* to be migrated */
├── CICD_AP_CLOUSDK - /* to be migrated */
├── cicd - /* to be migrated */
├── lanforge - /* under cleanup consideration */
├── testbeds - /* under cleanup consideration */
├── unit_tests - /* to be migrated */
TO DO
- Pytest proof of concept
- Pytest documentation
- Dockerized test framework PoC
- Github nightly trigger - PoC
- Deprecate uni_tests script and move methods into pytest Directory
- Move Java Selenium to python/Selenium
- Deprecate cicd scripts and move to Pytest
- lanforge needs to be ingested as python module
- testbeds cleanup based on Lab Orchestration
Description
Languages
Python
99%
Shell
0.6%
Roff
0.4%