|
@ -1022,9 +1022,6 @@ mib_test(Config) -> |
|
|
PrivMibsDir = filename:join([AppDir, "_build", "default", "lib", Name, "priv", "mibs"]), |
|
|
PrivMibsDir = filename:join([AppDir, "_build", "default", "lib", Name, "priv", "mibs"]), |
|
|
true = filelib:is_file(filename:join([PrivMibsDir, "SIMPLE-MIB.bin"])), |
|
|
true = filelib:is_file(filename:join([PrivMibsDir, "SIMPLE-MIB.bin"])), |
|
|
|
|
|
|
|
|
%% check a hrl corresponding to the mib in the mibs dir exists in priv/mibs/include |
|
|
|
|
|
true = filelib:is_file(filename:join([PrivMibsDir, "include", "SIMPLE-MIB.hrl"])), |
|
|
|
|
|
|
|
|
|
|
|
%% check a hrl corresponding to the mib in the mibs dir exists in include |
|
|
%% check a hrl corresponding to the mib in the mibs dir exists in include |
|
|
true = filelib:is_file(filename:join([AppDir, "include", "SIMPLE-MIB.hrl"])), |
|
|
true = filelib:is_file(filename:join([AppDir, "include", "SIMPLE-MIB.hrl"])), |
|
|
|
|
|
|
|
@ -1075,9 +1072,6 @@ umbrella_mib_first_test(Config) -> |
|
|
PrivMibsDir = filename:join([AppsDir, "_build", "default", "lib", Name, "priv", "mibs"]), |
|
|
PrivMibsDir = filename:join([AppsDir, "_build", "default", "lib", Name, "priv", "mibs"]), |
|
|
true = filelib:is_file(filename:join([PrivMibsDir, "SIMPLE-MIB.bin"])), |
|
|
true = filelib:is_file(filename:join([PrivMibsDir, "SIMPLE-MIB.bin"])), |
|
|
|
|
|
|
|
|
%% check a hrl corresponding to the mib in the mibs dir exists in priv/mibs/include |
|
|
|
|
|
true = filelib:is_file(filename:join([PrivMibsDir, "include", "SIMPLE-MIB.hrl"])), |
|
|
|
|
|
|
|
|
|
|
|
%% check a hrl corresponding to the mib in the mibs dir exists in include |
|
|
%% check a hrl corresponding to the mib in the mibs dir exists in include |
|
|
true = filelib:is_file(filename:join([AppDir, "include", "SIMPLE-MIB.hrl"])), |
|
|
true = filelib:is_file(filename:join([AppDir, "include", "SIMPLE-MIB.hrl"])), |
|
|
|
|
|
|
|
|