mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 02:30:21 +00:00
Merge pull request #7287 from besawn/doc_updates
Minor documentation updates
This commit is contained in:
@@ -777,9 +777,7 @@ EXAMPLES
|
||||
|
||||
|
||||
|
||||
4.
|
||||
|
||||
To display the frame number for frame 9A00-10000001
|
||||
4. To display the frame number for frame 9A00-10000001
|
||||
|
||||
|
||||
.. code-block:: perl
|
||||
|
@@ -193,7 +193,7 @@ EXAMPLES
|
||||
|
||||
4.
|
||||
|
||||
To add a new test case to test \ **chvm**\ . In this example, we assume that the \ **min_mem**\ should not be equal to 16 in the lpar profile of computenode. The case name is \ **chvm_customi**\ . It creates a test lpar named \ **testnode**\ first, then changes the \ **min_mem**\ of the lpar to 16 using \ **chvm**\ , then checks if \ **min_mem**\ have changed correctly. Finally, the \ **testnode**\ is removed.
|
||||
To add a new test case to test \ **chvm**\ . In this 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 creates a test lpar named \ **testnode**\ first, then changes the \ **min_mem**\ of the lpar to 16 using \ **chvm**\ , then checks if \ **min_mem**\ have changed correctly. Finally, the \ **testnode**\ is removed.
|
||||
|
||||
|
||||
.. code-block:: perl
|
||||
|
@@ -270,12 +270,12 @@ sub getmyzonename
|
||||
|
||||
=head3 enableSSHbetweennodes
|
||||
Arguments:
|
||||
zonename
|
||||
nodename
|
||||
Returns:
|
||||
1 if the sshbetweennodes attribute is yes/1 or undefined
|
||||
0 if the sshbetweennodes attribute is no/0
|
||||
Example:
|
||||
xCAT::Zone->enableSSHbetweennodes($zonename);
|
||||
xCAT::Zone->enableSSHbetweennodes($nodename);
|
||||
=cut
|
||||
|
||||
#--------------------------------------------------------------------------------
|
||||
|
@@ -572,7 +572,6 @@ Output is similar to:
|
||||
node4: BMC SNMP Destination 1: 9.114.47.227
|
||||
|
||||
=item 4.
|
||||
|
||||
To display the frame number for frame 9A00-10000001
|
||||
|
||||
rspconfig> 9A00-10000001 frame
|
||||
|
@@ -123,7 +123,7 @@ To run specified test cases with I</tmp/config> file:
|
||||
|
||||
=item 4.
|
||||
|
||||
To add a new test case to test B<chvm>. In this example, we assume that the B<min_mem> should not be equal to 16 in the lpar profile of computenode. The case name is B<chvm_customi>. It creates a test lpar named B<testnode> first, then changes the B<min_mem> of the lpar to 16 using B<chvm>, then checks if B<min_mem> have changed correctly. Finally, the B<testnode> is removed.
|
||||
To add a new test case to test B<chvm>. In this example, we assume that the B<min_mem> should not be equal to 16 in the lpar profile of computenode. The case name is B<chvm_custom>. It creates a test lpar named B<testnode> first, then changes the B<min_mem> of the lpar to 16 using B<chvm>, then checks if B<min_mem> have changed correctly. Finally, the B<testnode> is removed.
|
||||
|
||||
add a new test case file in /opt/xcat/share/xcat/tools/autotest/chvm
|
||||
edit filename
|
||||
|
Reference in New Issue
Block a user