aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/main/assembly/replace.xml
blob: 77e9c4110acc0b24a13b252a0f0a77dca9c66327 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<project name="stack_overflow">
    <target name ="BE-configuration">
        <echo>********** Replacing BE-configuration to add TEST service config *************</echo>
        <replaceregexp file="integration-tests-init/BE-configuration.yaml.erb" match="serviceBaseNodeTypes:">
            <substitution expression="serviceBaseNodeTypes:${line.separator}  TEST service:${line.separator}    required: true${line.separator}    baseTypes:${line.separator}      - tosca.nodes.nfv.testNodeComplex${line.separator}    doNotExtendBaseType: true"/>
        </replaceregexp>
    </target>
</project>