Merged
Conversation
to make VmSimple code concise. Since users may create new Vm implementations, they may base then from VmSimple. Since the VmSimple is now small, that makes it easier for devs to create new classes based on it. Signed-off-by: Manoel Campos <[email protected]>
from PowerModelHost to Startable. This way, Hosts, Vms and Cloudlets have these attributes. Adds these attributes and setters to StartableAbstract class. Getters are provided by Lombok. Signed-off-by: Manoel Campos <[email protected]>
Renames AbstractMachine to Machine and AbstractMachineNull to MachineNull. Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
to make HostSimple code concise. Since users may create new Host implementations, they may base then from HostSimple. Now that HostSimple is small, that makes it easier for devs to create new classes based on it. Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
- Introduces ExecDelayable interface and ExecDelayableAbstract class containing the startupDelay and shutDownDelay getters and setters. - Moves startupDelay and shutDownDelay getters and setters from Startable to ExecDelayable. - Makes Machine interface extend ExecDelayable instead of Startable. - Makes HostAbstract extends ExecDelayableAbstract instead of StartableAbstract - Makes Vm extends ExecDelayable (since it extends Machine). Overrides some methods just to extend documentation. - Makes CustomerEntity extend ExecDelayable instead of Startable. Signed-off-by: Manoel Campos <[email protected]>
- Attributes were initialized in wrong order. Signed-off-by: Manoel Campos <[email protected]>
removing it from the Host.createVm(). Signed-off-by: Manoel Campos <[email protected]>
…nterface. Signed-off-by: Manoel Campos <[email protected]>
- Change order of attributes initilization. Signed-off-by: Manoel Campos <[email protected]>
to use affirmative condition for clarity. Signed-off-by: Manoel Campos <[email protected]>
- RAM, BW and storage default values were being passed in the wrong order Signed-off-by: Manoel Campos <[email protected]>
to make it easier to detect the root cause of test failures. Since we easily forget that test output is redirected to a file, we spend time trying to figure out why output is not shown. Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
- Introduces BootModel class and Vm.setBootModel() method - Creates VmRam subclass to enable getting RAM utilization during VM boot. - Process VM startup (boot) and shutdown delay. - Shows specific log to make clear when a Vm shutDownDelay is set or not Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
Coverage summary from CodacyMerging #436 (b4f38dd) into
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Close #435
Check available examples at cloudsimplus/cloudsimplus-examples#19