From 9e57bc42ab5d5abc365a058057da3b54a8975c91 Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 27 Feb 2017 11:21:01 +0100 Subject: git subrepo pull files/puppet/modules/pixelated subrepo: subdir: "files/puppet/modules/pixelated" merged: "0866ce4" upstream: origin: "https://github.com/pixelated/puppet-pixelated.git" branch: "master" commit: "0866ce4" git-subrepo: version: "0.3.1" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "3202adb" --- files/puppet/modules/pixelated/manifests/tests.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'files/puppet/modules/pixelated/manifests/tests.pp') diff --git a/files/puppet/modules/pixelated/manifests/tests.pp b/files/puppet/modules/pixelated/manifests/tests.pp index 4c04a27..503ed4f 100644 --- a/files/puppet/modules/pixelated/manifests/tests.pp +++ b/files/puppet/modules/pixelated/manifests/tests.pp @@ -21,7 +21,7 @@ class pixelated::tests { mode => '0755', } - ensure_packages(['python-pip', 'curl', 'bzip2', 'python-enum','python-pycurl']) + ensure_packages(['python-pip', 'curl', 'bzip2', 'python-enum','python-pycurl', 'moreutils']) package{['behave','selenium']: ensure => installed, @@ -45,11 +45,12 @@ class pixelated::tests { } cron {'run_functional_tests': - command => "(date; INVITE_CODE_ENABLED=${invite} /usr/bin/mk-job pixelated-functional-tests /usr/local/bin/behave --stop --tags @staging --tags ~@wip --no-capture -k /srv/leap/tests_custom/functional-tests/) >> /var/log/check_mk_jobs.log 2>&1", + command => "(date; INVITE_CODE_ENABLED=${invite} /usr/bin/mk-job pixelated-functional-tests /usr/local/bin/behave --stop --tags @staging --tags ~@wip --no-capture -k /srv/leap/tests_custom/functional-tests/ | ts ) >> /var/log/check_mk_jobs.log 2>&1", environment => 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', user => 'root', minute => 27, notify => Exec['dummy_register_job'], + require => Package['moreutils'] } # You can remove this after january/2017 -- cgit v1.2.3