Package org.opennms.plugins.cloud.ittest
Class MockCloudMain
- java.lang.Object
-
- org.opennms.plugins.cloud.ittest.MockCloudMain
-
public class MockCloudMain extends java.lang.ObjectStarts a mock server to simulate the serverside of the grpc gateway. TsaaS is backed by an in memory storage. Only for testing. Open topics: - Proper start / stop
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMOCK_CLOUD_HOSTstatic intMOCK_CLOUD_PORT
-
Constructor Summary
Constructors Constructor Description MockCloudMain()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)
-
-
-
Field Detail
-
MOCK_CLOUD_HOST
public static final java.lang.String MOCK_CLOUD_HOST
- See Also:
- Constant Field Values
-
MOCK_CLOUD_PORT
public static final int MOCK_CLOUD_PORT
- See Also:
- Constant Field Values
-
-