diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2019-03-16 18:18:14 +0100 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2019-03-16 18:18:14 +0100 |
commit | c63fafc2383afc4422b4af458639316eaf63c0fe (patch) | |
tree | f03abcaf959c0bc5f544e3c9d11c622620d92a78 /src/app/test | |
parent | 9444b331a86ad1ce1c756103e7b475a12ba78e04 (diff) |
Added DistributeTrafficCheck LCM command support
Proposed change adds support for new LCM API dedicated for
traffic distribution pre- or post-checks that should
assist DistributeTraffic LCM.
Few small bugs fixed when multiple ansible server has been
added and DistributeTraffic changes were not counted
properly.
Change-Id: I5606a2dd73e8f051f9a69a02bf7c51770f173263
Issue-ID: APPC-1470
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Diffstat (limited to 'src/app/test')
-rw-r--r-- | src/app/test/test.component.spec.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/test/test.component.spec.ts b/src/app/test/test.component.spec.ts index cb69445..752ff55 100644 --- a/src/app/test/test.component.spec.ts +++ b/src/app/test/test.component.spec.ts @@ -427,6 +427,7 @@ describe( 'TestComponent', () => { expect(component.getUrlEndPoint('quiescetraffic')).toEqual('quiesce-traffic'); expect(component.getUrlEndPoint('resumetraffic')).toEqual('resume-traffic'); expect(component.getUrlEndPoint('distributetraffic')).toEqual('distribute-traffic'); + expect(component.getUrlEndPoint('distributetrafficcheck')).toEqual('distribute-traffic-check'); expect(component.getUrlEndPoint('startapplication')).toEqual('start-application'); expect(component.getUrlEndPoint('stopapplication')).toEqual('stop-application'); expect(component.getUrlEndPoint('upgradebackout')).toEqual('upgrade-backout'); |