~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/genBundle.py

  • Committer: Martin Kulhavy
  • Date: 2017-08-10 11:03:14 UTC
  • mto: This revision was merged to the branch mainline in revision 662.
  • Revision ID: git-v1:ed47542253ad4a31af5d64b25a75c0e2d656836a
Change the deployment mode from 'nonha' to 'noha'

To conform with the OPNFV scenario naming pattern, the mode of the
scenario must be either 'ha' or 'noha'.

Reference: https://wiki.opnfv.org/display/INF/CI+Scenario+Naming

Change-Id: I99a2ffb40dd1e0f0d155af985498d27e00817188
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
 
144
144
# Set default scenario name
145
145
if not scenario:
146
 
    scenario = "os-nosdn-nofeature-nonha"
 
146
    scenario = "os-nosdn-nofeature-noha"
147
147
 
148
148
# Parse scenario name
149
149
try: