Team 5: Virtual Casino

Test Number 1

Functionality:
Baseline
Use Case:
Test distribution:
/afs/ece/usr/etwilson/src/casino
Test Sequence:(Two Hosts)
  1. Start SQL server on database host.
  2. Log in as a member of Team5 to a host in the ECE linux cluster.
  3. Change directory to  ~/src/casino.
  4. Using bourne/BASH shell type . ./project.env.
  5. Start orb with ./startOrbd.sh&.
  6. Start server with ./runServer.sh&.
  7. Start client on this host with ./runPlayer.sh localhost.
  8. When prompted by the player application enter your name and hit return.
  9. When prompted to buy chips, enter a number and hit return.
  10. Wait for the Player application to finish.
Test Sequence:(Three Hosts)
  1. Start SQL server on database host.
  2. Log in as a member of Team5 to one host in the ECE linux cluster which we will call "serverhost".
  3. Log in as a member of Team5 to a second host in the ECE linux cluster which we will call "playerhost".
  4. On "serverhost":
    1. Change directory to ~/src/casino.
    2. Using bourne/BASH shell type . ./project.env.
    3. Start orb with ./startOrbd.sh&.
    4. Start server with ./runServer.sh&.
  5. On "playerhost":
    1. Change directory to ~/src/casino.
    2. Using bourne/BASH shell type . ./project.env.
    3. Start client on this host with ./runPlayer.sh localhost.
    4. When prompted by the player application enter your name and hit return.
    5. When prompted to buy chips, enter a number and hit return.
    6. Wait for the Player application to finish.
Configuration/deployment issues:
Known problems: