Skip to content

Commit

Permalink
#2 delete test code about [xxx:vars]
Browse files Browse the repository at this point in the history
  • Loading branch information
volanja committed Jan 5, 2015
1 parent de5aaf2 commit 308a1b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
9 changes: 0 additions & 9 deletions spec/inventory_parameters_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ def ready_test
192.168.0.3:5309
192.168.0.4 ansible_ssh_private_key_file=~/.ssh/id_rsa
#[variables]
#192.168.0.4
#[variables:vars]
#ansible_ssh_port=22
#ansible_ssh_user=root
#[alias]
#jumper ansible_ssh_port=5555 ansible_ssh_host=192.168.1.50
Expand Down Expand Up @@ -69,8 +62,6 @@ def ready_test

it 'exist group' do
expect(@res.key?('normal')).to be_truthy
#expect(@res.key?('variables')).to be_truthy
#expect(@res.key?('variables:vars')).not_to be_truthy
#expect(@res.key?('alias')).to be_truthy
end

Expand Down
7 changes: 0 additions & 7 deletions spec/ssh_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ def create_normality
192.168.0.3:5309
192.168.0.4 ansible_ssh_private_key_file=~/.ssh/id_rsa
#[variables]
#192.168.0.4
#[variables:vars]
#ansible_ssh_port=22
#ansible_ssh_user=root
#[alias]
#jumper ansible_ssh_port=5555 ansible_ssh_host=192.168.1.50
EOF
Expand Down

0 comments on commit 308a1b0

Please sign in to comment.