add cicada option
diff --git a/oft b/oft
index c812c4e..bb02815 100644
--- a/oft
+++ b/oft
@@ -94,6 +94,7 @@
     "disable_ipv6"       : False,
     "random_order"       : False,
     "dump_packet"        : True,
+    "cicada_poject"      : False,
     
     # Other configuration
     "port_map"           : {},
@@ -214,7 +215,9 @@
     group.add_option("--random-order", action="store_true",
                       help="Randomize order of tests")
     group.add_option("--dump_packet", action="store_true",
-                      help="Dump packet content on log when verify packet fail")                      
+                      help="Dump packet content on log when verify packet fail")
+    group.add_option("--cicada_poject", action="store_true",
+                      help="True verify Cicada behavior, False verify AOS behaviro")
     parser.add_option_group(group)
 
     # Might need this if other parsers want command line