diff options
| author | Jesse Wolfe <jes5199@gmail.com> | 2010-03-17 13:28:44 -0700 |
|---|---|---|
| committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
| commit | 16658a0403135bc23ce18bcf2c72c4725ac25faf (patch) | |
| tree | 19451a9b4e94e5ab89ed8cd61aead12aa92b80a1 /spec/integration | |
| parent | eda649b6395b38dcb1a5719483222bfbfa60302c (diff) | |
| download | puppet-16658a0403135bc23ce18bcf2c72c4725ac25faf.tar.gz puppet-16658a0403135bc23ce18bcf2c72c4725ac25faf.tar.xz puppet-16658a0403135bc23ce18bcf2c72c4725ac25faf.zip | |
Feature #3383 Part 2: Remove RAL XMLRPC
The XMLRPC interface for RAL resources was broken, and has been
completely replaced by the REST interface.
Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
Diffstat (limited to 'spec/integration')
| -rwxr-xr-x | spec/integration/network/client.rb | 2 | ||||
| -rwxr-xr-x | spec/integration/network/handler.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/integration/network/client.rb b/spec/integration/network/client.rb index fe1524e60..06d145a17 100755 --- a/spec/integration/network/client.rb +++ b/spec/integration/network/client.rb @@ -5,7 +5,7 @@ require File.dirname(__FILE__) + '/../../spec_helper' require 'puppet/network/client' describe Puppet::Network::Client do - %w{ca file report resource runner status}.each do |name| + %w{ca file report runner status}.each do |name| it "should have a #{name} client" do Puppet::Network::Client.client(name).should be_instance_of(Class) end diff --git a/spec/integration/network/handler.rb b/spec/integration/network/handler.rb index 44152dacf..1c2e60549 100755 --- a/spec/integration/network/handler.rb +++ b/spec/integration/network/handler.rb @@ -5,7 +5,7 @@ require File.dirname(__FILE__) + '/../../spec_helper' require 'puppet/network/client' describe Puppet::Network::Handler do - %w{ca filebucket fileserver master report resource runner status}.each do |name| + %w{ca filebucket fileserver master report runner status}.each do |name| it "should have a #{name} client" do Puppet::Network::Handler.handler(name).should be_instance_of(Class) end |
