We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b09d3 commit 15826e9Copy full SHA for 15826e9
reframe/core/containers.py
@@ -72,6 +72,7 @@ def validate(self):
72
73
class Docker(ContainerPlatform):
74
"""An implementation of ContainerPlatform to run containers with Docker."""
75
+
76
def emit_prepare_cmds(self):
77
pass
78
@@ -85,7 +86,6 @@ def emit_launch_cmds(self):
85
86
87
def validate(self):
88
super().validate()
- pass
89
90
91
class ContainerPlatformField(fields.TypedField):
0 commit comments