diff options
author | Ulas Kozat <ulas.kozat@gmail.com> | 2017-02-20 11:50:23 -0800 |
---|---|---|
committer | Ulas Kozat <ulas.kozat@gmail.com> | 2017-02-20 11:53:21 -0800 |
commit | eabf24bc23cc4db9a701dadcf6601f62154c09e9 (patch) | |
tree | 879c0607be3b9534156483442a968970da33a9a4 /tests/refdata | |
parent | 735b8680ee2e546bbaceb9ffb4ae8db043779516 (diff) |
JIRA: DOMINO-25
Test script updated to test new API features
TUID query
TUID based publishing
Change-Id: Iceeb048f0fef40fafb24a08f44e16e9cdea657c0
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'tests/refdata')
-rw-r--r-- | tests/refdata/test1_client1.ref | 11 | ||||
-rw-r--r-- | tests/refdata/test1_client2.ref | 5 |
2 files changed, 6 insertions, 10 deletions
diff --git a/tests/refdata/test1_client1.ref b/tests/refdata/test1_client1.ref index b1a0d49..13e7a4e 100644 --- a/tests/refdata/test1_client1.ref +++ b/tests/refdata/test1_client1.ref @@ -3,31 +3,24 @@ Domino Client Starting... Registration Response: Response Code: 1 CLI Service is starting RPC service for CLI is starting... -Received CLI ['heartbeat'] 12345678123456781234567812345678 Sending heartbeat heart beat received from: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF ,sequence number: 2 -Received CLI ['subscribe', '-t', 'hot', '-l', 'tosca.policies.Placement:properties:region:nova-1'] subscribing labels ['tosca.policies.Placement:properties:region:nova-1'] and templates ['hot'] Subscribe Response is received from: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF ,sequence number: 3 -Received CLI ['subscribe', '-t', 'dummy1,dummy2', '--top', 'OVERWRITE'] subscribing labels [] and templates ['dummy1', 'dummy2'] Subscribe Response is received from: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF ,sequence number: 4 -Received CLI ['subscribe', '-t', 'dummy1,dummy2', '--top', 'DELETE'] subscribing labels [] and templates ['dummy1', 'dummy2'] Subscribe Response is received from: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF ,sequence number: 5 -Received CLI ['subscribe', '-l', 'tosca.policies.Placement:properties:region:nova-2'] subscribing labels ['tosca.policies.Placement:properties:region:nova-2'] and templates [] Subscribe Response is received from: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF ,sequence number: 6 -Received CLI ['subscribe', '-l', 'tosca.policies.Placement:properties:region:nova-3', '--lop', 'OVERWRITE'] subscribing labels ['tosca.policies.Placement:properties:region:nova-3'] and templates [] Subscribe Response is received from: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF ,sequence number: 7 -Received CLI ['subscribe', '-l', 'tosca.policies.Placement:properties:region:nova-3', '--lop', 'DELETE'] subscribing labels ['tosca.policies.Placement:properties:region:nova-3'] and templates [] Subscribe Response is received from: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF ,sequence number: 8 -Received CLI ['publish', '-t', './tosca-templates/tosca_helloworld_nfv.yaml'] Publishing the template file: ./tosca-templates/tosca_helloworld_nfv.yaml Publish Response is received from: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF ,sequence number: 9 Status: 2 -Received CLI ['subscribe', '-l', 'tosca.policies.Placement.Geolocation:properties:region:us-west-1'] subscribing labels ['tosca.policies.Placement.Geolocation:properties:region:us-west-1'] and templates [] Subscribe Response is received from: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF ,sequence number: 10 12345678123456781234567812345678 Received Template File +12345678123456781234567812345678 Received Template File +IGNORING error: ERRNO 17; ./toscafiles/12345678123456781234567812345678 exists. diff --git a/tests/refdata/test1_client2.ref b/tests/refdata/test1_client2.ref index b533bd3..7970af8 100644 --- a/tests/refdata/test1_client2.ref +++ b/tests/refdata/test1_client2.ref @@ -3,6 +3,9 @@ Domino Client Starting... Registration Response: Response Code: 1 CLI Service is starting RPC service for CLI is starting... -Received CLI ['publish', '-t', './tosca-templates/tosca_helloworld_nfv.yaml'] Publishing the template file: ./tosca-templates/tosca_helloworld_nfv.yaml Publish Response is received from: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF ,sequence number: 11 Status: 1 +querying Domino Server: ['list-tuids'] +Query Response is received from: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF ,sequence number: 13 +Publishing the template file: ./tosca-templates/tosca_helloworld_nfv.yaml +Publish Response is received from: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF ,sequence number: 14 Status: 1 |