Skip to content
This repository was archived by the owner on Aug 15, 2018. It is now read-only.

Manual Testing

Dashamir Hoxha edited this page Jun 27, 2018 · 5 revisions

Manual Testing

LTSP Server

  1. Clone the repository. We have different branches for different distributions. bionic for ubuntu 18.04 bionic.
git clone https://github.com/docker-scripts/dev--LTSP.git -b bionic
cd dev--LTSP
  1. Open settings.sh. You can specify mode of operation, IP address of the ltsp server and network address here.

  2. By default STANDALONE variable is set to yes. This means the default mode of operation is Standalone.

  3. You may change this to some other value if you have an existing DHCP server in the network.

  4. You can set the LAN_IP variable to set the IP address of the LTSP server. Make sure it in the same network as LTSP server.

  5. Lastly, you can change the NETWORK variable to set the network address.

  6. After making changes in settings.sh you can save and close it.

  7. Then do a vagrant up to start the installation of LTSP in box via vagrant.

  8. Note that the Vagrantfile and install.sh provision script will automatically load settings from settings.sh

LTSP client

  1. Open virtualbox. Click new.

  2. Write name for you LTSP client. Click next.

  3. In Memory size set the RAM(recommended 512mb) you want and click next.

  4. Then in the hard disk selected do not add a virtual hard disk.

  5. Finally select create.

  6. This will create a LTSP client.

  7. After that go to settings. Select system setting and in boot order selected network checkbox and up select all other options

  8. Then go to network and selected a bridged adapter and select ethernet interface.

  9. Click advanced and set promiscuous mode to allow all.

  10. Click OK.

Clone this wiki locally