commit | 4e0b456fae74362b0dfa9f40701eb45aeb464b09 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@onlab.us> | Fri May 23 12:45:07 2014 -0700 |
committer | admin <jlee@onlab.us> | Fri May 23 12:45:07 2014 -0700 |
tree | d2e6997c7491f96c7297713cb897dcaac425683e | |
parent | 0819fd9a4724e315ab53f6188a285376898e28ff [diff] |
Fix indent issue
diff --git a/TestON/tests/RCOnosScale4nodes/RCOnosScale4nodes.py b/TestON/tests/RCOnosScale4nodes/RCOnosScale4nodes.py index c9c83de..37e6a49 100644 --- a/TestON/tests/RCOnosScale4nodes/RCOnosScale4nodes.py +++ b/TestON/tests/RCOnosScale4nodes/RCOnosScale4nodes.py
@@ -151,7 +151,7 @@ - t1 = time.time() + t1 = time.time() for i in range(15) : result = main.ONOS1.check_status(main.params['RestIP'],main.params['NR_Switches'],main.params['NR_Links']) if result == 1 :