Description
- Add unit tests to verify that scheduler release container after expiry time(HeldContainer.containerExpiryTime).
- This add a local cluster mock test for releasing container when HeldContainer.containerExpiryTime is older than current date time in milliseconds and container is not new.
- Also, this commit refactor the common variables appHost, appPort, appUrl and appMsg to default constant values.