-
Notifications
You must be signed in to change notification settings - Fork 900
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix specs to handle extra server creation when podified
In specs we often will create a server, which creates a zone for us in the factory. Previously, even when we were simulating running in pods, that would leave us with one server and one zone. Now, the zone creation process is checking the environment for podified and creating a server itself. This leaves us with an extra call to MiqEnvironment::Command.is_podified and some bonus server records. This commit handles both of those issues.
- Loading branch information
Showing
2 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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