YARN-5458. Rename DockerStopCommandTest to TestDockerStopCommand. Contributed by Shane Kumpf.
(cherry picked from commit 7fc70c6422
)
This commit is contained in:
parent
4e5409a2bb
commit
b63e6c8027
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
package org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.docker;
|
package org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.docker;
|
||||||
|
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.assertEquals;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ import org.junit.Test;
|
||||||
* Tests the docker stop command and its command
|
* Tests the docker stop command and its command
|
||||||
* line arguments.
|
* line arguments.
|
||||||
*/
|
*/
|
||||||
public class DockerStopCommandTest {
|
public class TestDockerStopCommand {
|
||||||
|
|
||||||
private DockerStopCommand dockerStopCommand;
|
private DockerStopCommand dockerStopCommand;
|
||||||
|
|
Loading…
Reference in New Issue