Navigation


Changeset 612:95bb43106039 in freeDiameter for contrib/nightly_tests/README


Ignore:
Timestamp:
Dec 2, 2010, 5:08:29 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Updated documentation, included information for OpenSUSE and Fedora

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/nightly_tests/README

    r608 r612  
    2222      # pkg_add -r -v wget
    2323      # pkg_add -r -v `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs.freebsd -O - | grep -v -e "^#"`
     24     
     25  c) OpenSUSE:
     26        $ sudo zypper install `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs.opensuse -O - | grep -v -e "^#"`
     27 
     28  d) Fedora:
     29        $ sudo yum install `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs.fedora -O - | grep -v -e "^#"`
     30       
    2431
    25322) Create the "test" database for app_acct test (we assume the tests are run as user "test" here)
    2633      - check INSTALL.FreeBSD file for specific PostgreSQL pre-install instructions.
    27       - These are the instructions for Debian/Ubuntu, adjust as needed:
     34      - These are the instructions for Debian/Ubuntu/OpenSUSE, adjust as needed:
    2835        # su - postgres
    2936        # createuser test
     
    5057         "Route-Record4" bytea );
    5158         \q
     59         
    5260
    53613) Create a directory ~/fDtests
     
    6674        $ echo "set(CTEST_BUILD_OPTIONS \"\${CTEST_BUILD_OPTIONS} -DFLEX_EXECUTABLE:FILEPATH=/usr/local/bin/flex\")" >> local.cmake
    6775       
    68 6) Run the runscript.sh script once to check it works properly (freeBSD might require: ln -s /usr/local/bin/bash /bin/bash)
     766) Run the runtests.sh script once to check it works properly (freeBSD might require: ln -s /usr/local/bin/bash /bin/bash)
    6977
    70787) Set up a crontab to run the script
Note: See TracChangeset for help on using the changeset viewer.