# File lib/stella/testplan.rb, line 405
    def preprocess
      @salt ||= Stella.now.digest.short
      @status ||= :new
      if @plan
        @planid = @plan.id 
        @hostid = @plan.hostid
      end
      @options ||= {}
      @privacy ||= false
    end