зеркало из
1
0
Форкнуть 0
The client program for ADX team's automation system
Перейти к файлу
Troy Dai 53ba242d76
Update documentation and vs settings
2018-09-11 13:46:01 -07:00
.vscode Update documentation and vs settings 2018-09-11 13:46:01 -07:00
docs Update documentation and vs settings 2018-09-11 13:46:01 -07:00
experiments Update 2018-02-23 19:03:34 -08:00
scripts Update travis.yml and publish.sh 2018-03-08 12:57:00 -08:00
src/a01 Introduce excluding query 2018-05-08 14:45:38 -07:00
.gitignore ignore .vscode folder 2018-04-26 16:28:41 -07:00
.python-version Fix #7: Enable service principal login 2018-02-27 14:23:24 -08:00
.travis.yml Fix .travis.yaml 2018-07-10 11:35:32 -07:00
HISTORY.rst New features: 2018-03-08 10:58:42 -08:00
LICENSE Initial commit 2018-02-22 23:26:12 -08:00
Pipfile Update dependencies 2018-09-06 13:55:46 -07:00
Pipfile.lock Update dependencies 2018-09-06 13:55:46 -07:00
README.md Update documentation (#16) 2018-03-12 22:43:53 -07:00
pylintrc Fix pylint erros 2018-04-25 15:11:11 -07:00
setup.py Update dependencies 2018-09-06 13:55:46 -07:00

README.md

A01 - The CLI for ADX Automation System

Prerequisite

  • Install Python 3.6
  • Install Docker CE
  • Install Azure CLI
  • Run az aks install-cli to install Kubectl using Azure CLI
  • Run az login to login Azure using Azure CLI. Please use the corp account.

Install

Bash


$ virtualenv env --python=python3
$ . env/bin/activate
$ curl -s https://a01tools.blob.core.windows.net/client/latest | xargs pip install

Windows


> python -m virtualenv env --python=python3.6
> env\Scripts\activate
> pip install <path>

Initialize

  • Run a01 check to validate environment.
  • Run a01 login --endpoint secondapi.azclitest.com to login.
  • Run az aks get-credentials -g adx-automation-a01 -n adx-automation to get cluster creds.

Onboard your own tests

Find onboard documentation here.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.