Skip to content

Commit

Permalink
Reordered integration tests dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogpsf committed Aug 24, 2017
1 parent f1a284f commit 1a13b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/integration/sequence_and_naming.rb
Expand Up @@ -15,6 +15,7 @@ def tsort_each_child(node, &block)
end

DEPENDENCIES = {
ClientCertificate: [],
ConnectionTemplate: [:EthernetNetwork],
Datacenter: [:Rack],
DriveEnclosure: [:Enclosure],
Expand Down Expand Up @@ -59,8 +60,7 @@ def tsort_each_child(node, &block)
Volume: [:StorageSystem, :StoragePool, :VolumeTemplate],
VolumeAttachment: [:ServerProfile],
VolumeTemplate: [:StoragePool],
WebServerCertificate: [],
ClientCertificate: []
WebServerCertificate: []
}.freeze

SEQ = DEPENDENCIES.tsort
Expand Down

0 comments on commit 1a13b5c

Please sign in to comment.