diff options
Diffstat (limited to 'tests/refdata')
-rw-r--r-- | tests/refdata/test1_client1.ref (renamed from tests/refdata/test1.ref) | 22 | ||||
-rw-r--r-- | tests/refdata/test1_client2.ref | 8 |
2 files changed, 21 insertions, 9 deletions
diff --git a/tests/refdata/test1.ref b/tests/refdata/test1_client1.ref index edb865a..658b0e6 100644 --- a/tests/refdata/test1.ref +++ b/tests/refdata/test1_client1.ref @@ -5,25 +5,29 @@ CLI Service is starting RPC service for CLI is starting... Received CLI ['heartbeat'] 12467 Sending heartbeat -heart beat received from: 0 ,sequence number: 1 +heart beat received from: 0 ,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: 0 ,sequence number: 2 +Subscribe Response is received from: 0 ,sequence number: 3 Received CLI ['subscribe', '-t', 'dummy1,dummy2', '--top', 'OVERWRITE'] subscribing labels [] and templates ['dummy1', 'dummy2'] -Subscribe Response is received from: 0 ,sequence number: 3 +Subscribe Response is received from: 0 ,sequence number: 4 Received CLI ['subscribe', '-t', 'dummy1,dummy2', '--top', 'DELETE'] subscribing labels [] and templates ['dummy1', 'dummy2'] -Subscribe Response is received from: 0 ,sequence number: 4 -Received CLI ['subscribe', '-l', 'tosca.policies.Placement:properties:region:nova-2', 'sleep', '1'] -subscribing labels ['tosca.policies.Placement:properties:region:nova-2'] and templates [] Subscribe Response is received from: 0 ,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: 0 ,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: 0 ,sequence number: 6 +Subscribe Response is received from: 0 ,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: 0 ,sequence number: 7 +Subscribe Response is received from: 0 ,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: 0 ,sequence number: 8 Op. Status: 2 +Publish Response is received from: 0 ,sequence number: 9 Op. 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: 0 ,sequence number: 10 +12467 Received Template File diff --git a/tests/refdata/test1_client2.ref b/tests/refdata/test1_client2.ref new file mode 100644 index 0000000..29afa6b --- /dev/null +++ b/tests/refdata/test1_client2.ref @@ -0,0 +1,8 @@ +Domino Client Starting... +1 Sending Registration +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: 0 ,sequence number: 11 Op. Status: 1 |