Created
May 6, 2015 14:52
-
-
Save bonclay7/a4536872081fa3625bc7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| parser.add_argument("test_mode", help="Tempest test mode", nargs='?', default="smoke") | |
| args = parser.parse_args() | |
| if not args.test_name == "tempest": | |
| if not args.test_mode == "smoke": | |
| parser.error("test_mode is only used with tempest") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment