Modify vtndrvintf module tests to use the common source for stub 39/3939/1
authorKarthik.S <siva-karthik@hcl.com>
Fri, 27 Dec 2013 11:47:20 +0000 (07:47 -0400)
committerKarthik.S <siva-karthik@hcl.com>
Fri, 27 Dec 2013 11:47:20 +0000 (07:47 -0400)
commit1be686c6ee0578281ae4351d61dabef1a87e60b1
tree253ce2b4432eb15bfd19043afe0a28316ef7a340
parent27e4eb304fb61b78e9e2a885815bb4d38113b0fa
Modify vtndrvintf module tests to use the common source for stub

  * Redundant stub directories are removed

Change-Id: Iec5f3db22c65d59c68c1a1c740c38359d5c6f7bd
Signed-off-by: Karthik.S <siva-karthik@hcl.com>
52 files changed:
coordinator/test/modules/vtndrvintf/controller/ut/Makefile
coordinator/test/modules/vtndrvintf/controller/ut/controller_fw_ut.cc
coordinator/test/modules/vtndrvintf/controller/ut/stub/include/core_include/pfc/ipc_client.h [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/include/cxx/pfcxx/ipc_client.hh [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/include/cxx/pfcxx/ipc_server.hh [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/include/cxx/pfcxx/module.hh [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/include/cxx/pfcxx/task_queue.hh [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/include/cxx/pfcxx/timer.hh [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/misc/ipc_client.cc [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/misc/ipc_server.cc [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/misc/module.cc [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/odcdriver/odc_controller.cc [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/odcdriver/odc_controller.hh [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/odcdriver/odc_drv.cc [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/odcdriver/odc_drv.hh [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/tclib_module/tclib_module.cc [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/tclib_module/tclib_module.hh [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/tclib_module/tclib_struct_defs.hh [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/vtncacheutil/confignode.cc [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/vtncacheutil/include/confignode.hh [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/vtncacheutil/include/keytree.hh [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/vtncacheutil/include/vtn_conf_data_element_op.hh [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/vtncacheutil/include/vtn_conf_utility.hh [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/stub/vtncacheutil/keytree.cc [deleted file]
coordinator/test/modules/vtndrvintf/controller/ut/ut_stub.h
coordinator/test/modules/vtndrvintf/request_template/ut/Makefile
coordinator/test/modules/vtndrvintf/request_template/ut/stub/ContrllerFrameworkStub/audit_keytypes.h [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/ContrllerFrameworkStub/controller_fw.cc [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/ContrllerFrameworkStub/controller_fw.hh [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/ContrllerFrameworkStub/driver/controller_interface.hh [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/ContrllerFrameworkStub/driver/driver_command.hh [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/ContrllerFrameworkStub/driver/driver_interface.hh [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/ContrllerFrameworkStub/handler.hh [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/ContrllerFrameworkStub/kt_handler.hh [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/ContrllerFrameworkStub/vtn_drv_module.hh [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/ContrllerFrameworkStub/vtndrvintf_defs.h [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/include/VrtIfstub.hh [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/include/core_include/pfc/ipc_client.h [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/include/cxx/pfcxx/ipc_client.hh [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/include/cxx/pfcxx/ipc_server.hh [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/include/cxx/pfcxx/module.hh [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/include/stub_momgr.hh [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/include/uncxx/alarm.hh [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/include/uncxx/odc_log.hh [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/include/uncxx/pfc_alarm_api.h [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/ipc_client_server/_cfdef_uppl_ctr_capability.c [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/ipc_client_server/ipc_client.cc [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/ipc_client_server/ipc_server.cc [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/ipc_client_server/module.cc [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/stub/ipc_client_server/pfc_alarm_api.cc [deleted file]
coordinator/test/modules/vtndrvintf/request_template/ut/test_request_template.cc
coordinator/test/modules/vtndrvintf/request_template/ut/ut_stub.h