Add os_workers for noop tests

With the merge of the os_workers as part of
I5cc4d70b902eeaa1c9cf42911606eba13dd84aa2, we need to have os_workers as
a default fact for the noop tests to ensure they can run.

Change-Id: Ibdc9c1cebdec2c29ccdc3e36ae39966c5ebc5436
Closes-Bug: #1638974
This commit is contained in:
Alex Schultz 2016-11-03 10:29:30 -06:00
parent 3b9b77cdce
commit d83d436ae7
5 changed files with 5 additions and 0 deletions

View File

@ -17,3 +17,4 @@
:l23_os: 'centos6'
:os_package_type: 'rpm'
:os_service_default: '<SERVICE DEFAULT>'
:os_workers: 2

View File

@ -17,3 +17,4 @@
:l23_os: 'centos6'
:os_package_type: 'rpm'
:os_service_default: '<SERVICE DEFAULT>'
:os_workers: 2

View File

@ -25,3 +25,4 @@
:ipaddress_eth0: 10.20.0.2
:ipaddress_lo: 127.0.0.1
:rsyslog_version: 5.8.10
:os_workers: 2

View File

@ -25,3 +25,4 @@
:ipaddress_eth0: 10.20.0.2
:ipaddress_lo: 127.0.0.1
:rsyslog_version: 7.4.7
:os_workers: 2

View File

@ -298,4 +298,5 @@
l2_ovs_vlan_splinters_need_for: ""
is_pe: false
os_service_default: "<SERVICE DEFAULT>"
os_workers: 2