Update rest-client for IMS testing
[functest.git] / .travis.yml
index 548a377..49dd91a 100644 (file)
@@ -5,12 +5,15 @@ language: generic
 
 before_script:
   - sudo apt-get -y install qemu-user-static
+  - sudo pip install tox
   - sudo -E docker login -u="${DOCKER_USERNAME}" -p="${DOCKER_PASSWORD}"
   - (cd .. && git clone https://github.com/estesp/manifest-tool)
   - (cd ../manifest-tool && sudo -E make && sudo -E make install)
 
 jobs:
   include:
+    - stage: run unit tests
+      script: tox -e docs,pep8,pylint,yamllint,bashate,py27,cover
     - stage: build functest-core images
       script: sudo -E bash build.sh
       env:
@@ -23,6 +26,18 @@ jobs:
           --platforms linux/amd64 \
           --template ${DOCKER_USERNAME}/functest-core:ARCH-latest \
           --target ${DOCKER_USERNAME}/functest-core:latest
+    - stage: build functest-tempest images
+      script: sudo -E bash build.sh
+      env:
+        - REPO="${DOCKER_USERNAME}"
+        - amd64_dirs="docker/tempest"
+        - arm64_dirs=""
+    - stage: publish functest-tempest manifests
+      script: >
+        sudo manifest-tool push from-args \
+          --platforms linux/amd64 \
+          --template ${DOCKER_USERNAME}/functest-tempest:ARCH-latest \
+          --target ${DOCKER_USERNAME}/functest-tempest:latest
     - stage: build all functest images
       script: sudo -E bash build.sh
       env:
@@ -37,12 +52,12 @@ jobs:
     - script: sudo -E bash build.sh
       env:
         - REPO="${DOCKER_USERNAME}"
-        - amd64_dirs="docker/features"
+        - amd64_dirs="docker/benchmarking"
         - arm64_dirs=""
     - script: sudo -E bash build.sh
       env:
         - REPO="${DOCKER_USERNAME}"
-        - amd64_dirs="docker/components"
+        - amd64_dirs="docker/features"
         - arm64_dirs=""
     - script: sudo -E bash build.sh
       env:
@@ -65,11 +80,6 @@ jobs:
           --platforms linux/amd64 \
           --template ${DOCKER_USERNAME}/functest-features:ARCH-latest \
           --target ${DOCKER_USERNAME}/functest-features:latest
-    - script: >
-        sudo manifest-tool push from-args \
-          --platforms linux/amd64 \
-          --template ${DOCKER_USERNAME}/functest-components:ARCH-latest \
-          --target ${DOCKER_USERNAME}/functest-components:latest
     - script: >
         sudo manifest-tool push from-args \
           --platforms linux/amd64 \