diff options
author | Rob Austein <sra@hactrn.net> | 2010-04-14 13:19:14 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-04-14 13:19:14 +0000 |
commit | dbc55c697025a0dd6125249f29cac5cc39c08a28 (patch) | |
tree | 2e07e98ca78f25720a3a33b5f04ba5e490867c4c /rpkid/doc/Installation | |
parent | 6de7e97bde9d45929c226d3ef4a12b72598bd7b1 (diff) |
testbed.py => smoketest.py
svn path=/myrpki/test-all.sh; revision=3199
Diffstat (limited to 'rpkid/doc/Installation')
-rw-r--r-- | rpkid/doc/Installation | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rpkid/doc/Installation b/rpkid/doc/Installation index a36f68f3..21327464 100644 --- a/rpkid/doc/Installation +++ b/rpkid/doc/Installation @@ -88,10 +88,10 @@ Installation Guide Some of the tests require MySQL databases to store their data. To set up all the databases that the tests will need, run the SQL commands in - rpkid/testbed.setup.sql. The MySQL command line client is usually the + rpkid/smoketest.setup.sql. The MySQL command line client is usually the easiest way to do this, eg: $ cd $top/rpkid - $ mysql -u root -p <testbed.setup.sql + $ mysql -u root -p <smoketest.setup.sql To run the tests, run "make all-tests": $ cd $top/rpkid @@ -128,5 +128,5 @@ Installation Guide __________________________________________________________________ - Generated on Tue Apr 13 22:26:15 2010 for RPKI Engine by doxygen + Generated on Wed Apr 14 12:58:45 2010 for RPKI Engine by doxygen 1.6.3 |