From 4334c2adb9aa9c5a2f93152c890d250d04c8253f Mon Sep 17 00:00:00 2001
From: Sam Yaple <sam@yaple.net>
Date: Fri, 6 Nov 2015 00:41:49 +0000
Subject: [PATCH] Add new gate for multinode

Change-Id: I3e05e2d5c739794ae6ff0cc375dc6226f81bb542
Paritially-Implements: blueprint multinode-gate
---
 tox.ini | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/tox.ini b/tox.ini
index c3b60663eb..c01e23c4bd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -95,6 +95,15 @@ commands =
    bash tests/setup_deploy.sh
    sudo tests/deploy_aio.sh ubuntu source
 
+[testenv:deploy-multinode-images-ubuntu-source]
+whitelist_externals = find
+                      bash
+                      sudo
+commands =
+   find . -type f -name "*.pyc" -delete
+   bash -c "if [ ! -d .testrepository ]; then testr init; fi"
+   sudo -g docker testr run test_build.BuildTestUbuntuSource
+
 [testenv:functional]
 whitelist_externals = find
                       bash
-- 
GitLab