~rhuddie/ubuntu-test-cases/healthcheck-to-dep8

« back to all changes in this revision

Viewing changes to jenkins/setup_jenkins.py

  • Committer: Paul Larson
  • Date: 2014-10-31 03:02:46 UTC
  • Revision ID: paul.larson@canonical.com-20141031030246-1cyh5ng779id8y6s
nfss fixups

Keep things from failing if we don't specify the nfss config and push
the nfss config to the right template

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
        'image_opt': config_item.get('IMAGE_OPT', ''),
146
146
        'timeout': test.timeout,
147
147
        'test': test.name,
 
148
        'nfss_config': args.nfss_config,
148
149
    }
149
150
    prefix = ""
150
151
    if(args.prefix):