From 19e9fb5f67061aa5b797bbd09af2d59a0924b4d0 Mon Sep 17 00:00:00 2001 From: "Eric A. Miller" Date: Sun, 10 Feb 2013 21:31:05 -0500 Subject: [PATCH] Add more default topology methods to test_class_mocked.pl --- t/util/test_class_mocked.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/util/test_class_mocked.pl b/t/util/test_class_mocked.pl index 8517b953..e339ffc0 100755 --- a/t/util/test_class_mocked.pl +++ b/t/util/test_class_mocked.pl @@ -142,7 +142,7 @@ foreach my $fn (@vlan) { print "\nFetching topology info...\n\n"; -my @topo = qw/c_if c_ip c_port/; +my @topo = qw/c_if c_ip c_port c_id c_platform/; foreach my $fn (@topo) { test_fn( $dev, $fn );