kumquat-buildroot/support
Adam Duskett 8583b2c6d8 support/testing: add python-django test
This test comprises of four simple steps:
  1: Start a new simple project called testsite.
  2: Run ./manage.py migrate on the new testsite.
  3: Run ./manage.py runserver 0.0.0.0:1234 & sleep 30
    - The sleep 30 is necessary as it may take several seconds for
      the django server to fully start.
  4: Run netstat to ensure the server opened port 1234.

Signed-off-by: Adam Duskett <aduskett@greenlots.com>
[Thomas: use self.assertRunOk() when appropriate]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-12-05 23:02:14 +01:00
..
config-fragments
dependencies support/dependencies: set cmake version min to 3.10 2019-10-28 23:01:47 +01:00
docker support/docker: add python3 2019-10-27 20:24:10 +01:00
download
gnuconfig
kconfig
legal-info
libtool
misc Update for 2019.11 2019-12-01 22:39:47 +01:00
scripts core: implement per-package SDK and target 2019-11-29 14:24:05 +01:00
testing support/testing: add python-django test 2019-12-05 23:02:14 +01:00