File tree Expand file tree Collapse file tree
cookbooks/python_test/recipes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ platforms:
2626 driver_config :
2727 box : opscode-centos-5.9
2828 box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box
29-
29+
3030- name : centos-6.4
3131 driver_config :
3232 box : opscode-centos-6.4
@@ -49,6 +49,6 @@ suites:
4949 - recipe[python_test::test_exert]
5050- name : virtualenv
5151 excludes : ["centos-5.9"]
52- run_list :
52+ run_list :
5353 - recipe[python]
5454 - recipe[python_test::test_virtualenv]
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ group :integration do
77 cookbook "yum"
88 cookbook "build-essential"
99 cookbook "python_test" , :path => "./test/cookbooks/python_test"
10- end
10+ end
Original file line number Diff line number Diff line change 2525if platform_family? ( 'rhel' ) && major_version < 6
2626 include_recipe 'yum::epel'
2727 python_pkgs = [ "python26" , "python26-devel" ]
28- node . set [ 'python' ] [ 'binary' ] = "/usr/bin/python26"
28+ node . default [ 'python' ] [ 'binary' ] = "/usr/bin/python26"
2929else
3030 python_pkgs = value_for_platform_family (
3131 "debian" => [ "python" , "python-dev" ] ,
Original file line number Diff line number Diff line change 3333python_pip "psutil" do
3434 action :install
3535end
36-
Original file line number Diff line number Diff line change 1111@test " virtualenv test environment should have boto working" {
1212 /tmp/kitchen-chef-solo/cache/virtualenv/bin/python -c ' import boto; boto.Version'
1313}
14-
You can’t perform that action at this time.
0 commit comments