Dzahn has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/328600 )

Change subject: wmflib: replace carbon with install1001 in ipresolve tests
......................................................................

wmflib: replace carbon with install1001 in ipresolve tests

Bug: T123733
Change-Id: I2f2d84e6d9acded711d809607bb395201ca2581c
---
M modules/wmflib/spec/functions/ipresolve_spec.rb
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/00/328600/1

diff --git a/modules/wmflib/spec/functions/ipresolve_spec.rb 
b/modules/wmflib/spec/functions/ipresolve_spec.rb
index 01a5e77..17aa5f9 100644
--- a/modules/wmflib/spec/functions/ipresolve_spec.rb
+++ b/modules/wmflib/spec/functions/ipresolve_spec.rb
@@ -2,19 +2,19 @@
 describe 'ipresolve' do
 
   it "should resolve ipv4 addresses by default" do
-    should run.with_params('carbon.wikimedia.org').and_return('208.80.154.10')
+    should run.with_params('carbon.wikimedia.org').and_return('208.80.154.83')
   end
   it "should resolve ipv4 addresses when explicitly asked to" do
-    should run.with_params('carbon.wikimedia.org', 
'4').and_return('208.80.154.10')
+    should run.with_params('install1001.wikimedia.org', 
'4').and_return('208.80.154.83')
   end
 
   it "should resolve ipv6 addresses" do
-    should run.with_params('carbon.wikimedia.org', 
'6').and_return('2620::861:1:208:80:154:10')
+    should run.with_params('install1001.wikimedia.org', 
'6').and_return('2620::861:1:208:80:154:83')
   end
 
   it "should be able to perform a reverse DNS lookup" do
-    should run.with_params('2620::861:1:208:80:154:10', 
'ptr').and_return('carbon.wikimedia.org')
-    should run.with_params('208.80.154.10', 
'ptr').and_return('carbon.wikimedia.org')
+    should run.with_params('2620::861:1:208:80:154:83', 
'ptr').and_return('install1001.wikimedia.org')
+    should run.with_params('208.80.154.83', 
'ptr').and_return('install1001.wikimedia.org')
   end
 
   it "fails when resolving an inexistent name" do

-- 
To view, visit https://gerrit.wikimedia.org/r/328600
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2f2d84e6d9acded711d809607bb395201ca2581c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to