From 46c58623e32061367e8f89cf24ebd532634801f3 Mon Sep 17 00:00:00 2001 From: Subin M Date: Thu, 19 Feb 2015 21:16:59 +0530 Subject: [PATCH] testcase updated --- examples/examples_test.go | 8 ++++++++ .../{frontend_service.json => frontend-service.json} | 0 2 files changed, 8 insertions(+) rename examples/guestbook/guestbook_ns/{frontend_service.json => frontend-service.json} (100%) diff --git a/examples/examples_test.go b/examples/examples_test.go index eafa0049438..dd504974ee7 100644 --- a/examples/examples_test.go +++ b/examples/examples_test.go @@ -115,6 +115,14 @@ func TestExampleObjectSchemas(t *testing.T) { "redis-master-service": &api.Service{}, "redis-slave-service": &api.Service{}, }, + "../examples/guestbook/guestbook_ns": { + "frontend-controller": &api.ReplicationController{}, + "redis-slave-controller": &api.ReplicationController{}, + "redis-master": &api.ReplicationController{}, + "frontend-service": &api.Service{}, + "redis-master-service": &api.Service{}, + "redis-slave-service": &api.Service{}, + }, "../examples/walkthrough": { "pod1": &api.Pod{}, "pod2": &api.Pod{}, diff --git a/examples/guestbook/guestbook_ns/frontend_service.json b/examples/guestbook/guestbook_ns/frontend-service.json similarity index 100% rename from examples/guestbook/guestbook_ns/frontend_service.json rename to examples/guestbook/guestbook_ns/frontend-service.json