From 6aa5772f98296bf9bbb9bbed144cf52d48949119 Mon Sep 17 00:00:00 2001 From: Ulas Kozat Date: Fri, 18 Nov 2016 12:42:51 -0800 Subject: Fix reference files and client logging for testing Fix bug in the scheduler code introduced in the previous merge Change-Id: Ib6ce799748a767a2d78bdddd853bfbc93b2e9c23 Signed-off-by: Ulas Kozat --- tests/refdata/test1_client1.ref | 2 +- tests/refdata/test1_client2.ref | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/refdata') diff --git a/tests/refdata/test1_client1.ref b/tests/refdata/test1_client1.ref index 6ede273..0d6714d 100644 --- a/tests/refdata/test1_client1.ref +++ b/tests/refdata/test1_client1.ref @@ -26,7 +26,7 @@ subscribing labels ['tosca.policies.Placement:properties:region:nova-3'] and tem 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: 9 Op. Status: 2 +Publish Response is received from: 0 ,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: 0 ,sequence number: 10 diff --git a/tests/refdata/test1_client2.ref b/tests/refdata/test1_client2.ref index 29afa6b..7c4fd56 100644 --- a/tests/refdata/test1_client2.ref +++ b/tests/refdata/test1_client2.ref @@ -5,4 +5,4 @@ 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 +Publish Response is received from: 0 ,sequence number: 11 Status: 1 -- cgit