lib/testlab/container.rb in testlab-1.11.3 vs lib/testlab/container.rb in testlab-1.11.4

- old
+ new

@@ -70,10 +70,10 @@ class Container < ZTK::DSL::Base # An array of symbols of the various keys in our status hash. # # @see TestLab::Container::Status - STATUS_KEYS = %w(id node_id cpu_time memory_usage mode fqdn state distro release interfaces provisioners inherited).map(&:to_sym) + STATUS_KEYS = %w(id node_id cpu_time memory_usage disk_usage mode fqdn state distro release interfaces provisioners inherited).map(&:to_sym) # Sub-Modules autoload :Actions, 'testlab/container/actions' autoload :ClassMethods, 'testlab/container/class_methods' autoload :Clone, 'testlab/container/clone'