Adds allocated resources to vm info
Closes: #288
@joechainz Hi Joe, is it possible to help merge this PR? I'm not good with pytest and currently dont have an environment to write integration tests.
@abhi1693 All code requires tests before it should be committed, the lack of tests been written for Salt code created many problems (and this was even with eyes on it from core team members), hence from Salt version 2019.2.0 on, all code required tests be written to exercise the changes.
You should look at this as a learning opportunity for PyTest since it is heavily used now within the industry and it is required for all new code in Salt. There are a number of how-to videos on PyTest with Salt on Twitch, search for Wayne Werner who gave the talks