Uploaded image for project: 'VNF Validation Program'
  1. VNF Validation Program
  2. VVP-174

Fix error message on test_network_resource_id_format

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Dublin Release
    • Dublin Release
    • None
    • VVP- Dublin 2, VVP- Dublin 5, VVP- Dublin 6

      The error message is created with the following statement...

      assert not set(invalid_networks), (
      "Heat templates must only create internal networks "
      "and follow format int_

      {network-role}_network"
      "{}".format(", ".join(invalid_networks))
      )
      {network-role}

      looks like a substitution variable to format so an exception is raised rather than returning an error message

            tl2972 tl2972
            tl2972 tl2972
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: