mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	fileio: add todo switch: mode
This commit is contained in:
		@@ -335,6 +335,7 @@ Generic command layout:
 | 
				
			|||||||
    parser.add_argument('--use_test_groups', help='will use test groups to start/stop instead of single endps/cxs', action='store_true', default=False)
 | 
					    parser.add_argument('--use_test_groups', help='will use test groups to start/stop instead of single endps/cxs', action='store_true', default=False)
 | 
				
			||||||
    parser.add_argument('--read_only_test_group', help='specifies name to use for read only test group', default=None)
 | 
					    parser.add_argument('--read_only_test_group', help='specifies name to use for read only test group', default=None)
 | 
				
			||||||
    parser.add_argument('--write_only_test_group', help='specifies name to use for write only test group', default=None)
 | 
					    parser.add_argument('--write_only_test_group', help='specifies name to use for write only test group', default=None)
 | 
				
			||||||
 | 
					    parser.add_argument('--mode', help='write,read,both', default='both' type=str)
 | 
				
			||||||
    args = parser.parse_args()
 | 
					    args = parser.parse_args()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    port_list = []
 | 
					    port_list = []
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user