commit | dca7803d02d40a757e6a923758f7bb1e55603c2b | [log] [tgz] |
---|---|---|
author | andrewonlab <andrew@onlab.us> | Thu Oct 16 17:03:04 2014 -0400 |
committer | andrewonlab <andrew@onlab.us> | Thu Oct 16 17:03:04 2014 -0400 |
tree | 14c4ffd933f1122e85f3c2b8e7957365a63c45d3 | |
parent | ba44bcf58cecef16f6afb55ebc63a2d6b5d39c2c [diff] |
Fixed bug in create cell function
diff --git a/TestON/drivers/common/cli/onosdriver.py b/TestON/drivers/common/cli/onosdriver.py index d74b6d6..00adf27 100644 --- a/TestON/drivers/common/cli/onosdriver.py +++ b/TestON/drivers/common/cli/onosdriver.py
@@ -433,7 +433,7 @@ try: #Start writing to file - cell_file.write(feature_string + "\n") + cell_file.write(core_feature_string + "\n") cell_file.write(onos_nic_string) cell_file.write(mn_string +"'"+ mn_ip_addrs +"'"+ "\n")