(default_cluster)
| 215 | |
| 216 | |
| 217 | def test_plugin_exit_code(default_cluster): |
| 218 | _install_test_plugin() |
| 219 | |
| 220 | code, _, _ = exec_cmd(['dcos', 'test', 'exit', '43']) |
| 221 | assert code == 43 |
| 222 | |
| 223 | |
| 224 | def test_plugin_config_env(default_cluster): |
nothing calls this directly
no test coverage detected