add description for inline function GETTABLEVALUE

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7822 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ellen56 2010-10-12 09:50:45 +00:00
parent 1afc1c29c5
commit 9efb1ece9b

View File

@ -137,6 +137,7 @@ The xCAT-test testing framework provides some inline functions. The inline funct
For example, to run rscan command against the hardware control point of compute node specified in the configuration file:
rscan __GETNODEATTR($$CN, hcp)__ -z
3. B<GETTABLEVALUE(keyname, key, colname, table)> To get the value of column where keyname == key in specified table.
=head1 FILES