Add fourth work package for REST API implementation
authorEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Tue, 12 May 2020 00:14:37 +0000 (02:14 +0200)
committerEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Tue, 12 May 2020 00:14:37 +0000 (02:14 +0200)
commit080dc0740d8b02011dee032f5d44eeb5f2ffe23f
treeaed88b89bd75235c362c3b190d592596c10ae4fe
parentc200ffa70e1d93f5cb3137f3542245c44c05b008
Add fourth work package for REST API implementation

Implementation completed with last FSM testing use cases
30 files changed:
example/diameter/launcher/EventOperation.cpp
example/diameter/launcher/EventOperation.hpp
example/diameter/launcher/Launcher.cpp
example/diameter/launcher/MyHandler.cpp
example/diameter/launcher/resources/HELP.md
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-auto-reset_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-clear_test.py
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-dump-stdout_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-finished_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-goto_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-initialized_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-interact_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-ip-limit_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-junit_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-look_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-next_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-repeats_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-report-hex_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-report_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-reset_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-run_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-state_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-summary-counts_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-summary-states_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-summary_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/fsm-testing/test-ttps_test.py [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/resources/look_output.txt [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/resources/summary-counts_output.txt [new file with mode: 0644]
example/diameter/launcher/resources/rest_api/ct/resources/summary-states_output.txt [new file with mode: 0644]
source/testing/TestManager.cpp