WIFI-1576 Update README.md (#20)

* Update README.md
This commit is contained in:
Gleb Boushev
2021-02-19 18:18:16 +03:00
committed by GitHub
parent 68b718216a
commit 1db5764302
2 changed files with 10 additions and 4 deletions

View File

@@ -37,10 +37,6 @@ env:
on:
workflow_dispatch:
pull_request:
branches:
- master
- feature/wifi-1350
jobs:
generate-matrix:
@@ -60,6 +56,7 @@ jobs:
needs: [ generate-matrix ]
strategy:
matrix: ${{ fromJson( needs.generate-matrix.outputs.matrix ) }}
fail-fast: false
steps:
- name: Checkout pki scripts repo
uses: actions/checkout@v2

View File

@@ -1,6 +1,15 @@
## 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](https://github.com/Telecominfraproject/wlan-testing/actions?query=workflow%3A%22update+cloud+controllers+build%22) 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:
1. "latest" - will use `0.0.1-SNAPSHOT` images
2. "" - will use `0.0.1-SNAPSHOT-yyyy-mm-dd` images from yesterdays date
3. "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!