brennerm / wlan-testing

TIP specific test scripts, some use wlan-lanforge-scripts libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIP Open WiFi Testing

This repository contains the test automation framework and scripts for TIP Open WiFi.

Cloud Controller build

You can provision additional cloud controllers for your tests using update cloud controllers build. To add additional cloud controller add another json object to the testbeds variable at line 19, where

  1. number == NOLA testbed number this cloud controller is assigned to
  2. version == docker images version to use with this particular deployment. supports 3 options:
  3. "%arbitrary_text%" - will use %arbitrary_text% images
  4. "" - will use 1.0.0-SNAPSHOT-yyyy-mm-dd images from yesterdays date

Motivation

Automate Automate and Automate!

Build status

WIP
[Build Status]

Best Practice

This project is built using python 3 and strongly recommends using virtualenv to ensure that your dev environment sandbox is created.

Code style

All code must be written in python 3 and conform to PEP 8 style guide. The test framework is built using pytest.
made-with-python
PEP8

Proposed Directory Structure

├── tests
├── libs
│   ├── cloudsdk_tests
│   ├── 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

About

TIP specific test scripts, some use wlan-lanforge-scripts libraries

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.4%Language:Dockerfile 0.5%Language:Shell 0.2%