summaryrefslogtreecommitdiffstats
path: root/models-sim/policy-models-simulators/src/test/resources/emptyRestServer.json
AgeCommit message (Collapse)AuthorFilesLines
2024-02-08Remove dmaap from modelsrameshiyer271-9/+1
Issue-ID: POLICY-4402 Change-Id: Icead1601984f463e557b969f2792f0f0aa05f060 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
2020-10-06Don't always validate restServerParametersJim Hahn1-0/+11
Restored original validation code to DmaapSimParameterGroup so it works as it originally worked (i.e., required "restServerParameters"). However, modified SimulatorParameters to validate the relevant fields directly, rather than relying on DmaapSimParameterGroup.validate(), thus eliminating all checks on "restServerParameters" when used within SimulatorParameters. Issue-ID: POLICY-2858 Change-Id: I9a09431ce3056a874bf2dba1c5bd6c418f37f69b Signed-off-by: Jim Hahn <jrh3@att.com>