Skip to content

Commit

Permalink
remove RDK internal resources from test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Oct 3, 2024
1 parent 875332c commit 022194a
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions robot/impl/local_robot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3425,34 +3425,6 @@ func (m *mockResource) Reconfigure(
// revision set for motion and sensor services.
func getExpectedDefaultStatuses(revision string) []resource.Status {
return []resource.Status{
{
Name: resource.Name{
API: resource.APINamespaceRDKInternal.WithServiceType("frame_system"),
Name: "builtin",
},
State: resource.NodeStateReady,
},
{
Name: resource.Name{
API: resource.APINamespaceRDKInternal.WithServiceType("cloud_connection"),
Name: "builtin",
},
State: resource.NodeStateReady,
},
{
Name: resource.Name{
API: resource.APINamespaceRDKInternal.WithServiceType("packagemanager"),
Name: "builtin",
},
State: resource.NodeStateReady,
},
{
Name: resource.Name{
API: resource.APINamespaceRDKInternal.WithServiceType("web"),
Name: "builtin",
},
State: resource.NodeStateReady,
},
{
Name: resource.Name{
API: resource.APINamespaceRDK.WithServiceType("motion"),
Expand Down

0 comments on commit 022194a

Please sign in to comment.