blob: 47bb431780b60cdec024d752678806b4be114a51 [file] [log] [blame]
Luca Prete8d4e8bc2016-08-24 14:49:54 -07001#!/bin/bash
2
3sudo rm -rf /tmp/*
4
5export ONOS_ROOT=/home/ubuntu/onos
Luca Prete8d4e8bc2016-08-24 14:49:54 -07006source ${ONOS_ROOT}/tools/dev/bash_profile
7
8sudo mn -c
9
10sudo chmod -R 777 /home/ubuntu/onos
Luca Prete8d4e8bc2016-08-24 14:49:54 -070011
12cell 3node
13onos-service --cell stop
14
15cell 1node
16
Luca Prete8d4e8bc2016-08-24 14:49:54 -070017onos-test