[CORD-2561]
Update E-CORD local test to new TOSCA engine, test directory style

Change-Id: Ia373402f7c82ace88decde4b7a8e8dc6c1a2fbfe
diff --git a/test/ecord-test-local-subscriber-playbook.yml b/test/ecord-test-local-subscriber-playbook.yml
new file mode 100644
index 0000000..cbdd135
--- /dev/null
+++ b/test/ecord-test-local-subscriber-playbook.yml
@@ -0,0 +1,23 @@
+---
+# Copyright 2017-present Open Networking Foundation
+#
+# 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.
+
+# ecord-test-local-subscriber-playbook.yml
+# Configures and enables an E-CORD local subscriber, then runs test
+
+- name: Create E-CORD local test subscriber config and run test
+  hosts: head
+  roles:
+    - test-ecord-local-subscriber
+