Q35 platform is required. For this documentation, the guest OS used is Ubuntu 18.04 server and OVMF UEFI.
Using:
virsh edit <vm-name>
This is a work in progress
Main information for building qemu can be found in https://wiki.qemu.org/Hosts/Linux. This documentation add some more details on how I tried to build qemu with OpenGL support on Ubuntu 18.04 Server in December 2019.
This guide assumes that your django application already running in the container.
You will have to make sure that django-extensions
and jupyter
packages are installed in the container's python virtual environment.
If you need to shell into the container as root
user to do this, you can do so from the host PC:
""" | |
Basic example of Django functional test with Selenium. | |
Requirements: | |
- Python 3 | |
- Django 2 | |
- Selenium (with geckodriver) | |
""" | |
from urllib.parse import urljoin |