aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/policy/config/drools-apps/custom/features.pre.sh
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-04-14 15:19:53 -0400
committerJim Hahn <jrh3@att.com>2020-04-14 17:29:25 -0400
commit426ddc1c61efc12b95aa1013d9137411a4e46d5e (patch)
treef69bee9dd67a110848aadc8c80b546b69780bf1c /scripts/policy/config/drools-apps/custom/features.pre.sh
parent295b9221b5cd7f3fe160e5048d607e82675f321d (diff)
Add CSITs for vCPE, vDNS, and vFW policies
Runs xacml and drools, but does not currently run api or pap. PAP actions are simulated by injecting messages onto the dmaap topic read by xacml-pdp and drools-pdp. All other systems (e.g., dmaap, aai) are simulated using policy-models-simulators. Issue-ID: POLICY-2491 Change-Id: Ic05e3a6514e84040f5a965aa8d2cac9ed2e9abc2 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'scripts/policy/config/drools-apps/custom/features.pre.sh')
-rwxr-xr-xscripts/policy/config/drools-apps/custom/features.pre.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/scripts/policy/config/drools-apps/custom/features.pre.sh b/scripts/policy/config/drools-apps/custom/features.pre.sh
index 93d6c6b9..e9c77a0f 100755
--- a/scripts/policy/config/drools-apps/custom/features.pre.sh
+++ b/scripts/policy/config/drools-apps/custom/features.pre.sh
@@ -1,7 +1,7 @@
#!/bin/bash -x
-# ============LICENSE_START=======================================================
+# ============LICENSE_START===================================================
# Copyright (C) 2020 AT&T 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
@@ -13,7 +13,6 @@
# 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=========================================================
+# ============LICENSE_END=====================================================
-features disable distributed-locking
-features enable controlloop-utils
+bash -c "features disable distributed-locking"