Fix hostname issue with nodepool integration job

Change-Id: Id1ca2e156d66286111fe1dc774da666d3e80f9a2
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-03-21 15:06:35 -04:00
parent 9790c6add2
commit 97e807b9db
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
import socket
import time
from unittest import skip
@ -32,6 +32,7 @@ class TestNodepoolIntegration(BaseTestCase):
self.zk = zuul.zk.ZooKeeper()
self.zk.connect('localhost:2181')
self.hostname = socket.gethostname()
self.provisioned_requests = []
# This class implements the scheduler methods zuul.nodepool