useless
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 10 Dec 2007 13:49:26 +0000 (13:49 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 10 Dec 2007 13:49:26 +0000 (13:49 +0000)
system/TestSite.py
system/tty_conf [deleted file]

index ae01f87..fd8dbd5 100644 (file)
@@ -146,7 +146,7 @@ class TestSite:
             os.system('set -x; cd %s/vmplayer-%s ; DISPLAY=%s vmplayer node.vmx < /dev/null 2>&1 >> vmplayer.log &'%(path,hostname,display))
 
     def delete_known_hosts(self):
-        utils.header("Messing with known_hosts (cleaning hostnames starting with 'test'")
+        utils.header("Messing with known_hosts (cleaning hostnames starting with 'test[0-9]')")
         sed_command="sed -i -e '/^test[0-9]/d' /root/.ssh/known_hosts"
         os.system("set -x ; " + sed_command)
 
diff --git a/system/tty_conf b/system/tty_conf
deleted file mode 100644 (file)
index 1cea152..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-e PLC_NAME
-TestLab
-e PLC_ROOT_PASSWORD
-test++
-e PLC_ROOT_USER
-root@onelab-test.inria.fr
-e PLC_MAIL_ENABLED
-true
-e PLC_MAIL_SUPPORT_ADDRESS
-mohamed-amine.chaoui@sophia.inria.fr
-e PLC_DB_HOST
-onelab-test.inria.fr
-e PLC_API_HOST
-onelab-test.inria.fr
-e PLC_WWW_HOST
-onelab-test.inria.fr
-e PLC_BOOT_HOST
-onelab-test.inria.fr
-e PLC_NET_DNS1
-138.96.0.10
-e PLC_NET_DNS2
-138.96.0.11
-w
-q