aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-flows/src/test/resources/__files/UpdateNetworkV2/updateNetwork_queryNetworkPolicy_AAIResponse_Success.xml
blob: 79cc14ada38a8c78a21200f4af9b44dcc02e71f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<rest:RESTResponse xmlns:rest="http://schemas.activebpel.org/REST/2007/12/01/aeREST.xsd"
                   statusCode="200">
   <rest:headers>
      <rest:header name="Transfer-Encoding" value="chunked"/>
      <rest:header name="Date" value="Mon,14 Mar 2016 20:53:33 GMT"/>
      <rest:header name="Expires" value="Thu,01 Jan 1970 00:00:00 UTC"/>
      <rest:header name="X-AAI-TXID"
                   value="localhost-20160314-20:53:33:487-134392"/>
      <rest:header name="Content-Type" value="application/xml"/>
      <rest:header name="Server" value="Apache-Coyote/1.1"/>
      <rest:header name="Cache-Control" value="private"/>
   </rest:headers>
   <rest:payload contentType="text/xml">
      <network-policy xmlns="http://org.openecomp.aai.inventory/v8">
         <network-policy-id>9a7b327d9-287aa00-82c4b0-105757</network-policy-id>
         <network-policy-fqdn>GN_EVPN_Test</network-policy-fqdn>
         <heat-stack-id>13979:105757</heat-stack-id>
         <resource-version>13979:105757</resource-version>
      </network-policy>
   </rest:payload>
</rest:RESTResponse>
k */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
/*-
 * ============LICENSE_START=======================================================
 * ONAP - SO
 * ================================================================================
 * Copyright (C) 2018 Huawei Intellectual Property. All rights reserved.
 * ================================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "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.
 * ============LICENSE_END=========================================================
 */
package org.openecomp.mso.apihandler.camundabeans;

import org.junit.Test;

public class BpmnRequestTest {

    BpmnRequest bpmnRequest = new BpmnRequest();

    @Test
    public void getHostTest() throws Exception {
        bpmnRequest.getHost();
    }

    @Test
    public void setHostTest() throws Exception {
        bpmnRequest.setHost(new CamundaInput());
    }

    @Test
    public void getRequestIdTest() throws Exception {
        bpmnRequest.getRequestId();
    }

    @Test
    public void setRequestIdTest() throws Exception {
        bpmnRequest.setRequestId(new CamundaInput());
    }

    @Test
    public void getIsBaseVfModuleTest() throws Exception {
        bpmnRequest.getIsBaseVfModule();
    }

    @Test
    public void setIsBaseVfModuleTest() throws Exception {
        bpmnRequest.setIsBaseVfModule(new CamundaBooleanInput());
    }

    @Test
    public void getRecipeTimeoutTest() throws Exception {
        bpmnRequest.getRecipeTimeout();
    }

    @Test
    public void setRecipeTimeoutTest() throws Exception {
        bpmnRequest.setRecipeTimeout(new CamundaIntegerInput());
    }

    @Test
    public void getRequestActionTest() throws Exception {
        bpmnRequest.getRequestAction();
    }

    @Test
    public void setRequestActionTest() throws Exception {
        bpmnRequest.setRequestAction(new CamundaInput());
    }

    @Test
    public void getServiceInstanceIdTest() throws Exception {
        bpmnRequest.getServiceInstanceId();
    }

    @Test
    public void setServiceInstanceIdTest() throws Exception {
        bpmnRequest.setServiceInstanceId(new CamundaInput());
    }

    @Test
    public void getVnfIdTest() throws Exception {
        bpmnRequest.getVnfId();
    }

    @Test
    public void setVnfIdTest() throws Exception {
        bpmnRequest.setVnfId(new CamundaInput());
    }

    @Test
    public void getVfModuleIdTest() throws Exception {
        bpmnRequest.getVnfId();
    }

    @Test
    public void setVfModuleIdTest() throws Exception {
        bpmnRequest.setVfModuleId(new CamundaInput());
    }

    @Test
    public void getVolumeGroupIdTest() throws Exception {
        bpmnRequest.getVolumeGroupId();
    }

    @Test
    public void setVolumeGroupIdTest() throws Exception {
        bpmnRequest.setVolumeGroupId(new CamundaInput());
    }

    @Test
    public void getNetworkIdTest() throws Exception {
        bpmnRequest.getNetworkId();
    }

    @Test
    public void setNetworkIdTest() throws Exception {
        bpmnRequest.setNetworkId(new CamundaInput());
    }

    @Test
    public void getServiceTypeTest() throws Exception {
        bpmnRequest.getServiceType();
    }

    @Test
    public void setServiceTypeTest() throws Exception {
        bpmnRequest.setServiceType(new CamundaInput());
    }

    @Test
    public void getVnfTypeTest() throws Exception {
        bpmnRequest.getVnfType();
    }

    @Test
    public void setVnfTypeTest() throws Exception {
        bpmnRequest.setVnfType(new CamundaInput());
    }

    @Test
    public void getVfModuleTypeTest() throws Exception {
        bpmnRequest.getVfModuleType();
    }

    @Test
    public void setVfModuleTypeTest() throws Exception {
        bpmnRequest.setVfModuleType(new CamundaInput());
    }

    @Test
    public void getNetworkTypeTest() throws Exception {
        bpmnRequest.getNetworkType();
    }

    @Test
    public void setNetworkTypeTest() throws Exception {
        bpmnRequest.setNetworkType(new CamundaInput());
    }

    @Test
    public void getRequestDetailsTest() throws Exception {
        bpmnRequest.getRequestDetails();
    }

    @Test
    public void setRequestDetailsTest() throws Exception {
        bpmnRequest.setRequestDetails(new CamundaInput());
    }

}