Remove testproxy option
authorMartin Schwenke <martin@meltin.net>
Fri, 20 Jun 2014 04:19:27 +0000 (14:19 +1000)
committerMartin Schwenke <martin@meltin.net>
Wed, 25 Jun 2014 10:46:16 +0000 (20:46 +1000)
Use "autocluster -e test_proxy" instead.

Signed-off-by: Martin Schwenke <martin@meltin.net>
autocluster

index 7e582cd01f65caadacccf753562c64532fc444d9..010eb4662983afac471c4381a86f3295ee949f43 100755 (executable)
@@ -69,9 +69,6 @@ EOF
 
      bootbase
            boot the base image
-
-     testproxy
-           test your proxy setup
 EOF
     exit 1
 }
@@ -1277,9 +1274,6 @@ case $command in
     bootbase)
        boot_base;
        ;;
-    testproxy)
-       test_proxy;
-       ;;
     *)
        usage;
        ;;