From acfba8288cd9e4b226637df6b0692abe4af44bd2 Mon Sep 17 00:00:00 2001 From: Simon Xiao Date: Thu, 31 May 2018 16:49:29 -0700 Subject: [PATCH] Update with UI style of the README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 243dec2d4..c7bf97601 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ May 2018 -## Overview +### Overview LISAv2 is the one-stop automation solution implemented by PowerShell scripts, Linux BASH scripts and Python scripts for verifying Linux image/kernel on below platforms: * Microsoft Azure @@ -50,7 +50,7 @@ A VHD with Linux OS must be made compatible to work in HyperV environment. This Please follow the steps mentioned at [here](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/create-upload-generic) -#### Launch Test Suite +### Launch Test Suite 1. Clone this automation code to your test driver by: @@ -85,6 +85,6 @@ Please follow the steps mentioned at [here](https://docs.microsoft.com/en-us/azu .\RunTests.ps1 -TestPlatform "Azure" -TestLocation "" -RGIdentifier "" [-ARMImageName "" | -OsVHD "" ] [[-TestCategory "" | -TestArea ""]* | -TestTag "" | -TestNames ""] -#### More Information +### More Information For more details, please refer to the documents [here](https://github.com/LIS/LISAv2/blob/master/Documents/How-to-use.md).