[Libguestfs] [PATCH 20/61] P2V: debug - correct IPs used in testing

Maros Zatko mzatko at redhat.com
Wed Feb 12 14:30:32 UTC 2014


---
 p2v/client/lib/virt-p2v/ui/main.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/p2v/client/lib/virt-p2v/ui/main.rb b/p2v/client/lib/virt-p2v/ui/main.rb
index 10dd2d7..61df5cd 100644
--- a/p2v/client/lib/virt-p2v/ui/main.rb
+++ b/p2v/client/lib/virt-p2v/ui/main.rb
@@ -249,10 +249,10 @@ class NewMain < Main
     puts "this is the main loop"
 
     get_object("ip_manual").text=true
-    get_object("ip_address").text="10.0.0.1"
+    get_object("ip_address").text="192.168.122.110"
     get_object("ip_prefix").text="24"
-    get_object("ip_gateway").text="10.0.0.254"
-    get_object("ip_dns").text="10.0.0.253"
+    get_object("ip_gateway").text="192.168.122.1"
+    get_object("ip_dns").text="192.168.122.1"
     p "SO, THE IP IS #{get_object("ip_address").text}"
     @signal_handlers["ip_auto_toggled"].call
     @signal_handlers["ip_address_changed"].call
-- 
1.8.3.1




More information about the Libguestfs mailing list