Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt

Describes how to configure a generic DK test environment.

'

Startup

  1. ssh to the test system server:

    Code Block
    
    > ssh test@kb-prod-udv-001.kb.dk
    
  2. Set the global variables for your testcase:

    Code Block
    
    > export TESTX=TEST??; export PORT=807?; export MAILRECEIVERS=foo@bar.dk; export TIMESTAMP=????
    
    3. Start
  3.  Start the test (general test, see specific test case for actual startup command)

    Code Block
    
    > all_test_db.sh
    

Test port allocation

...