Граф коммитов

25 Коммитов

Автор SHA1 Сообщение Дата
Avram Lubkin d71b1da594 Pin to latest isort and black 2023-02-01 09:56:04 -05:00
Avram Lubkin 6617cec62a Switch from poetry to setuptools / nox 2022-11-15 14:20:08 +08:00
Anthony Shaw edd20212d3 Test up to Python 3.10 2022-07-21 15:49:15 -07:00
Chi Song dacd3114bc doc: rename test table to test summary 2021-09-02 13:58:06 -07:00
WenyiQ 9598b111b6 ignore auto-generated docs 2021-08-09 09:23:14 -07:00
WenyiQ 33d599a28e ignore webs generated by sphinx 2021-07-12 19:17:43 -07:00
Gustavo Lima Chaves 8f7d04db73 .gitignore: help us Emacs users too 2021-03-23 10:00:10 -07:00
Chi Song d9cec8106f add alias commands 2021-03-04 16:27:28 +08:00
Chi Song 0c86e5a4de add support for code coverage 2020-09-17 07:32:15 +08:00
Chi Song 285fe681f5 fix most isort errors. 2020-08-06 14:27:09 +08:00
Chi Song 8b1226ea1c change to multiple envs, and strict typing
1. fixed most format and typing
2. update yaml schema as feedback
3. fix some file names
4. Add environments factory to manage multiple environments
. move environment request logic to runner, but will be flow part later.
. other minor improvements.
2020-08-05 17:54:27 +08:00
Chi Song a9b0a777fb init LISAv3 code
1. Add windows command shell to init python environment.
2. add init python entry code and log.
3. document dev env settings to development.md
2020-08-04 09:20:51 +08:00
Chi Song 539baf394b remove v2 code 2020-08-04 09:12:01 +08:00
Prashant Agrawal c2cde03d9f
Adding Linux TVM SecureBoot test cases (#923)
* Add Linux TVM SecureBoot test cases
* Fix SSH key read issue
* Adding sbinfo tool download
* Update priority of the test case
Co-authored-by: Prashant Agrawal <pra@microsoft.com>
2020-07-29 22:16:03 -07:00
Adrian Vladu 8a6cd32801 LISAv2 merged changes 2019-04-11 10:53:17 -07:00
Ju-Hyoung Lee 31e1678ae3
Rename the log file to TestLogs.zip in groove file (#549)
Due to commit 2d179a1ef3
2018-12-18 14:56:39 -08:00
Simon Xiao 2d179a1ef3
Refactor the code (XML processing) (#409)
* Refactor the code (XML processing)

1. Put XML processing code into a PS module so that the main script looks more clear.
2. Other code style change and naming change.

Test passed on Azure.

* Update Run-LISAv2.ps1 to remove the extra space

* Address review comments for above patches
2018-11-20 09:33:29 -08:00
Simon Xiao 0c606aa667 Cleanup the framework code (#398)
* Cleanup AddAzureRmAccountFromSecretsFile.ps1

Test passed on Azure.

11/15/2018 23:37:52 : [INFO ] Updated Test Case xml files.
11/15/2018 23:37:52 : [INFO ] Using provided secrets file: c:\Users\sixiao\Documents\GitHub\AzureSecrets.xml
11/15/2018 23:37:52 : [INFO ] c:\Users\sixiao\Documents\GitHub\AzureSecrets.xml found.
11/15/2018 23:37:52 : [INFO ] ---------------------------------
11/15/2018 23:37:52 : [INFO ] Authenticating Azure PS session..
11/15/2018 23:37:54 : [INFO ] Current Subscription : 2cd20493-xxxx-xxxx-xxxx-ab95b63d82c4.
11/15/2018 23:37:54 : [INFO ] ---------------------------------
11/15/2018 23:37:54 : [INFO ] Validating XML Files from C:\LISAv2\NDEG54335 folder recursively...

* Refine the framework code

Test passwd on Azure with below command:

.\Run-LisaV2.ps1 -TestPlatform "Azure" -TestLocation "westus2" -RGIdentifier "simonxiaotest" -ARMImageName "Canonical UbuntuServer 16.04-LTS latest" -TestNames "BVT-VERIFY-DEPLOYMENT-PROVISION" -XMLSecretFile c:\AzureSecrets.xml -ForceDeleteResources

* Update exception handling code

We should consider having a common function to do the exception logging. Leave it in the future patch to update all.
2018-11-15 21:49:00 -08:00
Simon Xiao 15bafe4f7b Update the git ignore list
Add *.exe to the ignore list
2018-11-01 15:55:35 -07:00
Ju-Hyoung Lee 0b31d2f810 Added license in new format
Add MIT license
Re-format in tab indentation
2018-07-27 12:49:17 -07:00
Ju-Hyoung Lee 5c76e4be39
Update license with Apache v2 (#97)
* Update license with Apache

Added Copyright based on Apache (CELA requested)
Removed unnecessary space.
Removed personal information
Added comment for future code refactoring

* Remove email address from scripts

1. Removed email address from each individual script.
2. Add the suppport email address to README file
3. Updated the README file date.

* Consistent Header format except TestScripts

##############################################################################################
#
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the Apache License.
# Description :
# Operations :
#
###############################################################################################
1. Use above format as Script header. All made changes except test scripts under TestScript. Each individual script owner will do.

2. Added a space befor code starts

* Reframed the head format from suggested one

Header format changed except TestScripts

* Revert deleted example with LIS path

* Removed 'Version:' in each script file
2018-07-17 12:21:40 -07:00
Shital Savekar a18d0903c7 Added new feature : support for launching test jobs without re-uploading files 2018-06-04 19:53:02 -07:00
Shital Savekar c5ab29529b Update VM size for smoke tests 2018-05-22 18:03:36 -07:00
Shital Savekar 69a3709433 Framework improvements 2018-05-17 18:52:43 -07:00
Shital Savekar 687b80a157 First working commit of new automation structure
Smoke tests - Verifed
Perf tests - Pending
Functional tests - Pending
2018-05-16 20:24:55 -07:00