Fix Netty 4 Server Transport tests. Again.

This commit is contained in:
James Baiera 2018-06-12 14:58:53 -04:00
parent bd51b6b96a
commit f88b9e83cf

View File

@ -21,6 +21,7 @@ import org.elasticsearch.threadpool.ThreadPool;
import org.elasticsearch.xpack.core.security.transport.netty4.SecurityNetty4Transport;
import org.elasticsearch.xpack.core.ssl.SSLClientAuth;
import org.elasticsearch.xpack.core.ssl.SSLService;
import org.elasticsearch.xpack.core.test.XPackTestCase;
import org.junit.Before;
import javax.net.ssl.SSLEngine;
@ -33,7 +34,7 @@ import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.notNullValue;
import static org.mockito.Mockito.mock;
public class SecurityNetty4ServerTransportTests extends ESTestCase {
public class SecurityNetty4ServerTransportTests extends XPackTestCase {
private Environment env;
private SSLService sslService;