blob: b46ff52ac777014fc1b5051636a0368423754927 [file] [log] [blame]
ilanap637206b2018-02-04 17:06:22 +02001Feature: Heat Example File
2 Scenario: Test with update for heat file and check for validation warning
3 # Use ONLY during development. Example for running a test with an existing item in order to not create an item each test.
4 # Given Item "c99b775cc0764746b15a32b728c10402" and version Id "f044f9e265ac46c2882cb14c4b1732a5"
5 Given I want to create a VLM
6
7 When I want to create a VSP with onboarding type "NetworkPackage"
8 Then I want to make sure this Item has status "Draft"
9
10 When I want to upload a NetworkPackage for this VSP from path "resources/uploads/BASE_MUX.zip"
11 And I want to process the NetworkPackage file for this VSP
12
ilanape74faa52018-02-26 11:15:23 +020013# See in tests for abort - part of new functionality
14# When I want to download the NetworkPackage for this VSP to path "resources/downloads/base_mux.zip"
15# Then I want to check property "data[0].file" for value "CB_BASE.yaml"
16#
17# Then I want to set the input data to:
18# """
19# {"modules":[{"name":"module_1","isBase":false,"yaml":"CB_BASE.yaml"}],"unassigned":[],"artifacts":["MUX_Parameters.env","CB_MUX.yaml"],"nested":[]}
20# """
21# Then I want to update for path "/vendor-software-products/{item.id}/versions/{item.versionId}/orchestration-template-candidate/manifest" with the input data from the context
22# Then I want to process the NetworkPackage file for this VSP
23# Then I want to check property "errors['CB_MUX.yaml'][0].level" for value "WARNING"