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

Manual Testing

Deepanshu Gajbhiye edited this page Jul 2, 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
    
  2. Open settings.sh. You can specify the mode of operation, IP address of the ltsp server.

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

  4. You can set it to no if you have an existing DHCP server in the network. You may also use the dhcp server provided in dhcp folder for testing purposes

  5. Set the LAN_IP variable to set the IP address of the LTSP server.

  6. Set the interface name LAN_IF and extra packages required.

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

  8. Then do a vagrant up to start the installation and configuration with the help of provisioner script.

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

LTSP client

  1. Open VirtualBox. Click new.

  2. Give your client a name.

  3. Click next.

  4. In Memory size set the RAM you want for your client and click next.

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

  6. Finally hit create.

  7. This will create LTSP client.

  8. After that go to settings. Select system setting and in boot order selected network checkbox. This will allow a network boot.

  9. Then go to network and selected a bridged adapter and select network interface connected to LAN.

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

  11. Click OK.

  12. Then click start. Now you can boot from virtual LTSP server.

Clone this wiki locally