aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation/oom.rst
blob: a22d7b7eec19f4544f569e10f6a871727fe977c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.. This work is licensed under a
.. Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0


Policy OOM Installation
-----------------------

.. contents::
    :depth: 2




End of Document
AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. Feature: Heat Example File Scenario: Test with update for heat file and check for validation warning Given I want to create a VLM When I want to create a VSP with onboarding type "NetworkPackage" Then I want to make sure this Item has status "Draft" When I want to upload a NetworkPackage for this VSP from path "resources/uploads/BASE_MUX.zip" And I want to process the NetworkPackage file for this VSP When I want to download the NetworkPackage for this VSP to path "resources/downloads/base_mux.zip" Then I want to check property "data[0].file" for value "CB_BASE.yaml" When I want to upload a NetworkPackage for this VSP from path "resources/uploads/BASE_MUX_with_no_base.zip" Then I want to process the NetworkPackage file for this VSP Then I want to check property "errors['CB_MUX.yaml'][0].level" for value "WARNING"