www.linuxbase.org -> Application Battery -> LSB 3 Functional Verification Test for lsb-groff

Functional Verification Test for lsb-groff

Install & Setup

  1. Download the lsb-groff application package that corresponds to the LSB version and processor architecture for which certification is being sought from the Download Page.
  2. Install package on system. Example command line:
    rpm -ivh lsb-groff-1.19.2-3.lsb4.i486.rpm
    
    NOTE: Application MUST be installed without use of --nodeps option, the dependency checks are part of the test.
    - Expected result: application should be installed to
    /opt/lsb/appbat
    
  3. Change to the /opt/lsb/appbat/man directory
    cd /opt/lsb/appbat/man
    

Functional Verification Test (FVT)

  Expected result  
achieved?
Test case scenerio
1. Yes No Run the command /opt/lsb/appbat/bin/groff -v
- Expected result: Version information for groff will be displayed. It should look something like this:
GNU groff version 1.19
Copyright (C) 2002 Free Software Foundation, Inc.
GNU groff comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of groff and its subprograms
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

called subprograms:

GNU troff (groff) version 1.19
GNU grops (groff) version 1.19
2. Yes No Run the command /opt/lsb/appbat/bin/groff -mandoc man1/groff.1 | more
- Expected result: The groff man page will be formatted for a Postscript printer and displayed on the screen. Enter "q" to return to the command line.
3. Yes No Run the command /opt/lsb/appbat/bin/groff -mandoc -Tascii man1/nroff.1 | more
- Expected result: The nroff man page will be formatted for an ASCII device and displayed on the screen. Enter "q" to return to the command line.
4. Yes No Run the command /opt/lsb/appbat/bin/groff -mandoc -Tlatin1 man1/pic.1 | more
- Expected result: The pic man page will be formatted for the ISO 8859-1 character set and displayed on the screen. Enter "q" to return to the command line.
5. Yes No Run the command /opt/lsb/appbat/bin/groff -mandoc -Thtml man1/eqn.1 | more
- Expected result: The eqn man page will be formatted for HTML and displayed on the screen. Enter "q" to retrn to the command line.

Results

1. Yes No Were there any errors recorded above?
2. Yes No Were there any deviations in the install, setup, or test described above?
If yes, please describe.

Reporting Test Results

Include the results of testing this application in the Conformance Statement submitted to the LSB Certification Authority when seeking LSB Runtime Environment Certification. Note this is not a submittable form, instead you affirm on the certification form that you have followed these steps.


last change 2007-02-15 Stew Benedict