From 97fb0acefb31a6a02ceba85bf441100cb361ad10 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-test/pods/man1/xcattest.1.pod --- xCAT-test/pods/man1/xcattest.1.pod | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xCAT-test/pods/man1/xcattest.1.pod b/xCAT-test/pods/man1/xcattest.1.pod index f21804684..4867a731b 100644 --- a/xCAT-test/pods/man1/xcattest.1.pod +++ b/xCAT-test/pods/man1/xcattest.1.pod @@ -1,12 +1,12 @@ =head1 NAME -B - Run automated xCAT test cases. +B - Run automated xCAT test cases. =head1 SYNOPSIS -B [B<-?|-h>] +B [B<-?|-h>] -B [B<-f> I] [B<-b> I] +B [B<-f> I] [B<-b> I] B [B<-f> I] [B<-t> I] @@ -46,7 +46,7 @@ Comma separated list of test cases bundle files, each test cases bundle can cont =item B<-t> I -Comma separated list of test cases that will be run. +Comma separated list of test cases that will be run. =item B<-c> I @@ -76,7 +76,7 @@ The xCAT-test test cases are in flat text format, the testing framework will par start:case name #optional, description of the test case description: what the test case is for? - #optional, environment requirements + #optional, environment requirements os:AIX/Linux #optional, environment requirements arch:ppc/x86 @@ -114,11 +114,11 @@ To run customized bundle with /tmp/config file: To run specified test cases with /tmp/config file: - xcattest -f /tmp/config -t lsdef_t_o_l_z + xcattest -f /tmp/config -t lsdef_t_o_l_z =item 4. -To add a new case to test chvm. In the example, we assume that the min_mem should not be equal to 16 in the lpar profile of computenode. The case name is chvm_custom. It create a test lpar named testnode firstly, that change the min_mem of the lpar to 16 using chvm, then check if min_mem have changed correctly. At last, the testnode be remove to ensure no garbage produced in the cases. +To add a new case to test chvm. In the example, we assume that the min_mem should not be equal to 16 in the lpar profile of computenode. The case name is chvm_custom. It create a test lpar named testnode firstly, that change the min_mem of the lpar to 16 using chvm, then check if min_mem have changed correctly. At last, the testnode be remove to ensure no garbage produced in the cases. add a new test case file in /opt/xcat/share/xcat/tools/autotest/chvm edit filename @@ -142,7 +142,7 @@ To add a new case to test chvm. In the example, we assume that the min_mem shoul =head1 INLINE FUNCTIONS -The xCAT-test testing framework provides some inline functions. The inline functions can be called in test cases as __FUNCTIONNAME(PARAMTERLIST)__ to get some necessary attributes defined in the configuration file. The inline functions can be used in I section and the I section. +The xCAT-test testing framework provides some inline functions. The inline functions can be called in test cases as __FUNCTIONNAME(PARAMTERLIST)__ to get some necessary attributes defined in the configuration file. The inline functions can be used in I section and the I section. 1. B To get the value of specified node's attribute