From f32b24a017aae848158c6330c51a048f6827c6d7 Mon Sep 17 00:00:00 2001 From: Jeffrey Johnson Date: Sat, 10 Nov 2012 13:06:14 +0100 Subject: [PATCH] Run the smoke tests in travis and jenkins --- .travis.yml | 1 + scripts/jenkins/jenkins-geonode-dev.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c588993e8e5..bd1ceaf45c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ before_script: - paver setup -f script: + - python manage.py test geonode.tests.smoke - paver test - paver test_integration - paver test_integration -n geonode.tests.csw diff --git a/scripts/jenkins/jenkins-geonode-dev.sh b/scripts/jenkins/jenkins-geonode-dev.sh index 5b43aa36032..21a606cd35c 100644 --- a/scripts/jenkins/jenkins-geonode-dev.sh +++ b/scripts/jenkins/jenkins-geonode-dev.sh @@ -31,6 +31,9 @@ pip install -e . paver setup cp /home/jenkins/local_settings_with_coverage.py geonode/local_settings.py +# Run the smoke tests +python manage.py test geonode.tests.smoke + # Run the unit tests python manage.py test cp TEST-nose.xml unit-TEST-nose.xml