cs staff assign 10.1.x.y as a private node test network
authorMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 23 Jan 2008 21:46:59 +0000 (21:46 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 23 Jan 2008 21:46:59 +0000 (21:46 +0000)
vtest-nightly.sh

index ea21d06..b723548 100644 (file)
@@ -182,7 +182,7 @@ function main () {
     if [ -z "${TESTVSERVER_IP}" ] ; then
        xid=$(cat /etc/vservers/${BASE}/context)
        class_a=10
-       class_b=201
+       class_b=1
        TESTVSERVER_IP=$(python -c "context=int($xid); print '%d.%d.%d.%d' % ($class_a,$class_b,(context&0xff00)>>8,context&0xff)")
     fi
     echo "${TESTVSERVER_IP}" > /etc/vservers/${BASE}/interfaces/0/ip