shivamcandela 6b1917eab4 Sanity suite completed
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
2021-04-15 00:08:24 +05:30
2021-01-14 19:49:30 +03:00
2020-04-23 11:13:40 -07:00
2021-04-12 23:05:22 +05:30
2021-04-15 00:08:24 +05:30
2021-04-15 00:08:24 +05:30
2021-03-09 12:25:20 +03:00
2020-07-06 10:38:51 -04:00
2021-04-15 00:08:24 +05:30
2021-02-09 21:06:52 +05:30

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. "latest" - will use 0.0.1-SNAPSHOT images
  4. "" - will use 0.0.1-SNAPSHOT-yyyy-mm-dd images from yesterdays date
  5. "yyyy-mm-dd" - will use 0.0.1-SNAPHOST-yyyy-mm-dd with the date provided (if they are available, if not build will fail).

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

├── old_pytest
├── libs
│   ├── cloud_controller_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
Description
No description provided
Readme BSD-3-Clause 211 MiB
Languages
Python 99%
Shell 0.6%
Roff 0.4%