[RICPLT-1898] - Replace http router to gorilla-mux + UT + Automation code 28/828/1
authorAmichai <amichai.sichel@intl.att.com>
Wed, 28 Aug 2019 16:23:15 +0000 (19:23 +0300)
committerAmichai <amichai.sichel@intl.att.com>
Wed, 28 Aug 2019 16:43:20 +0000 (19:43 +0300)
commit4db397dbfa07d202f1a7134e1a7a52b8fb3b5d8a
treef2a1c952eaa3afd80efad881c455cbc3b766a9e8
parent264731981e4a52e876c5b484e35032ada6559ac6
[RICPLT-1898] - Replace http router to gorilla-mux + UT + Automation code

Signed-off-by: Amichai <amichai.sichel@intl.att.com>
Change-Id: I2979364e7b974a1d0343ac439cffa5d9a1c21848
72 files changed:
Automation/Dockerfile [changed mode: 0644->0755]
Automation/Scripts/docker_ms.sh [changed mode: 0644->0755]
Automation/Scripts/k8s_ms.py [changed mode: 0644->0755]
Automation/Scripts/ric_ms.sh [changed mode: 0644->0755]
Automation/Scripts/run.sh [changed mode: 0644->0755]
Automation/Tests/ConfigurationUpdate/ConfigurationUpdate_Verify_logs.robot [new file with mode: 0755]
Automation/Tests/ConfigurationUpdate/ConfigurationUpdate_prepartations tests.robot [new file with mode: 0755]
Automation/Tests/ConfigurationUpdate/__init__.robot [new file with mode: 0755]
Automation/Tests/ConfigurationUpdate/__pycache__/verifylogs.cpython-36.pyc [new file with mode: 0755]
Automation/Tests/ConfigurationUpdate/verifylogs.py [new file with mode: 0755]
Automation/Tests/ENDC-Setup/ENDC-setup_1_setup_request.robot [deleted file]
Automation/Tests/ENDC-Setup/ENDC-setup_2_get_nodeb_gnb.robot [deleted file]
Automation/Tests/ENDC-Setup/ENDC_Setup_request_test.robot [new file with mode: 0755]
Automation/Tests/ENDC-Setup/__init__.robot [changed mode: 0644->0755]
Automation/Tests/ENDC-Setup/log.html [deleted file]
Automation/Tests/ENDC-Setup/output.xml [deleted file]
Automation/Tests/ENDC-Setup/report.html [deleted file]
Automation/Tests/ENDC-Setup/router.txt [deleted file]
Automation/Tests/Get-All-Nodes-Real/Get_all_nodes_run_setup_and_get_all.robot [new file with mode: 0755]
Automation/Tests/Get-All-Nodes-Real/__init__.robot [new file with mode: 0755]
Automation/Tests/Get-All-Nodes/Get_nodes_Add_nodes_and_get.robot [changed mode: 0644->0755]
Automation/Tests/Get-All-Nodes/Get_nodes_flush.robot [deleted file]
Automation/Tests/Get-All-Nodes/__init__.robot [changed mode: 0644->0755]
Automation/Tests/Get-All-Nodes/__pycache__/config.cpython-36.pyc [new file with mode: 0644]
Automation/Tests/Get-All-Nodes/__pycache__/scripts.cpython-36.pyc [new file with mode: 0644]
Automation/Tests/Get-All-Nodes/addtoredis.py [deleted file]
Automation/Tests/Get-All-Nodes/config.py [new file with mode: 0755]
Automation/Tests/Get-All-Nodes/flush.py [deleted file]
Automation/Tests/Get-All-Nodes/scripts.py [new file with mode: 0755]
Automation/Tests/Health/__init__.robot [changed mode: 0644->0755]
Automation/Tests/Health/get_health_check.robot [changed mode: 0644->0755]
Automation/Tests/LoadInfomation/__pycache__/config.cpython-36.pyc [new file with mode: 0755]
Automation/Tests/LoadInfomation/__pycache__/loadscripts.cpython-36.pyc [new file with mode: 0755]
Automation/Tests/RedButton/RedButton_CONNECTED.robot [new file with mode: 0755]
Automation/Tests/RedButton/RedButton_CONNECTED_SHUTDOWN_CONNECTED.robot [new file with mode: 0755]
Automation/Tests/RedButton/RedButton_CONNECTING.robot [new file with mode: 0755]
Automation/Tests/RedButton/RedButton_CONNECTION_FAILURE.robot [new file with mode: 0755]
Automation/Tests/RedButton/RedButton_DISCONNECTED.robot [new file with mode: 0755]
Automation/Tests/RedButton/RedButton_SHUTDOWN_SHUTDOWN.robot [new file with mode: 0755]
Automation/Tests/RedButton/__init__.robot [new file with mode: 0755]
Automation/Tests/Reset_RIC_TO_RAN/Reset_Happy_no_cause.robot [new file with mode: 0755]
Automation/Tests/Reset_RIC_TO_RAN/Reset_Happy_with_cause.robot [new file with mode: 0755]
Automation/Tests/Reset_RIC_TO_RAN/Reset_unhappy.robot [new file with mode: 0755]
Automation/Tests/Reset_RIC_TO_RAN/__init__.robot [new file with mode: 0755]
Automation/Tests/Resource/Keywords.robot [new file with mode: 0755]
Automation/Tests/Resource/resource.robot [changed mode: 0644->0755]
Automation/Tests/Unhappy/Resource_not_found.robot [changed mode: 0644->0755]
Automation/Tests/Unhappy/Response400.robot [changed mode: 0644->0755]
Automation/Tests/Unhappy/Response500.robot [changed mode: 0644->0755]
Automation/Tests/Unhappy/Setup_failure.robot [changed mode: 0644->0755]
Automation/Tests/Unhappy/log.html [deleted file]
Automation/Tests/Unhappy/output.xml [deleted file]
Automation/Tests/Unhappy/report.html [deleted file]
Automation/Tests/Unhappy/router.txt [deleted file]
Automation/Tests/X2-Setup/X2-setup_1_send_request.robot [deleted file]
Automation/Tests/X2-Setup/X2_Setup_reuqest_test.robot [moved from Automation/Tests/X2-Setup/X2-setup_2_get_nodeb_enb.robot with 52% similarity, mode: 0755]
Automation/Tests/X2-Setup/__init__.robot [changed mode: 0644->0755]
Automation/Tests/log.html
Automation/Tests/output.xml
Automation/Tests/report.html
Automation/Tests/router.txt [deleted file]
Automation/run_tests.sh [changed mode: 0644->0755]
E2Manager/controllers/controller.go
E2Manager/controllers/controller_test.go
E2Manager/controllers/nodeb_controller.go
E2Manager/controllers/nodeb_controller_test.go
E2Manager/go.mod
E2Manager/go.sum
E2Manager/main/http_server.go
E2Manager/main/http_server_test.go
E2Manager/mocks/controllerMock.go [new file with mode: 0644]
E2Manager/mocks/nodebControllerMock.go [new file with mode: 0644]