Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2466ea8 commit ada1f90Copy full SHA for ada1f90
.kitchen.yml
@@ -22,6 +22,11 @@ platforms:
22
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_provisionerless.box
23
run_list: ["recipe[apt]"]
24
25
+- name: centos-5.9
26
+ driver_config:
27
+ box: opscode-centos-5.9
28
+ box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box
29
+
30
- name: centos-6.4
31
driver_config:
32
box: opscode-centos-6.4
@@ -38,10 +43,12 @@ suites:
38
43
- recipe[python]
39
44
attributes: {python: {install_method: "source"}}
40
45
- name: exert
46
+ excludes: ["centos-5.9"]
41
47
run_list:
42
48
49
- recipe[python_test::test_exert]
50
- name: virtualenv
51
52
53
54
- recipe[python_test::test_virtualenv]
0 commit comments