forked from oxidecomputer/omicron
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
1,370 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
SPECIFICATION Spec | ||
CONSTANT defaultInitValue = defaultInitValue | ||
\* Add statements after this line. | ||
|
||
CONSTANT NULL = NULL | ||
CONSTANT STARTER = STARTER | ||
CONSTANT VMS = {v1, v2, v3} | ||
CONSTANT UPDATERS = {u1, u2, u3} | ||
|
||
INVARIANT InstanceType | ||
INVARIANT VmType | ||
INVARIANT MigrationRequiresPartner | ||
INVARIANT OnlyOneMigrationPerVm | ||
INVARIANT VmResourceStatesInVmStates | ||
INVARIANT ActiveVmsHaveResources | ||
INVARIANT StoppedInstanceHasNoVms | ||
INVARIANT MigrationRequiresActiveVm | ||
INVARIANT OpteMappingsConsistentAtEnd | ||
INVARIANT VmsFreeAtEnd | ||
INVARIANT MigrationsResolveAtEnd | ||
|
||
SYMMETRY Symmetry | ||
|
||
\* PROPERTY OpteMappingsEventuallyConsistent | ||
\* PROPERTY DestroyedVmsStayDestroyed | ||
\* PROPERTY DestroyedVmsGetFreed | ||
\* PROPERTY UpdaterLockNotStolen | ||
\* PROPERTY MigrationTargetNotStolen | ||
\* PROPERTY MigrationsEventuallyResolve |
Oops, something went wrong.