From 1883d722272a487ace47d3fe1dd5f1c7e54a4c83 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Thu, 18 Apr 2013 14:21:19 +0200 Subject: [observer] Update crahshdump_viewer_SUITE for R17 --- lib/observer/test/crashdump_viewer_SUITE.erl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lib/observer/test') diff --git a/lib/observer/test/crashdump_viewer_SUITE.erl b/lib/observer/test/crashdump_viewer_SUITE.erl index 4c04126d4f..28c7853eaf 100644 --- a/lib/observer/test/crashdump_viewer_SUITE.erl +++ b/lib/observer/test/crashdump_viewer_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2003-2012. All Rights Reserved. +%% Copyright Ericsson AB 2003-2013. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -81,7 +81,7 @@ init_per_suite(Config) when is_list(Config) -> application:start(inets), % will be using the http client later httpc:set_options([{ipfamily,inet6fb4}]), DataDir = ?config(data_dir,Config), - Rels = [R || R <- [r14b,r15b], ?t:is_release_available(R)] ++ [current], + Rels = [R || R <- [r15b,r16b], ?t:is_release_available(R)] ++ [current], io:format("Creating crash dumps for the following releases: ~p", [Rels]), AllDumps = create_dumps(DataDir,Rels), ?t:timetrap_cancel(Dog), @@ -800,6 +800,7 @@ rel_opt(Rel) -> r13b -> [{erl,[{release,"r13b_patched"}]}]; r14b -> [{erl,[{release,"r14b_latest"}]}]; %naming convention changed r15b -> [{erl,[{release,"r15b_latest"}]}]; + r16b -> [{erl,[{release,"r16b_latest"}]}]; current -> [] end. @@ -813,7 +814,8 @@ dump_prefix(Rel) -> r13b -> "r13b_dump."; r14b -> "r14b_dump."; r15b -> "r15b_dump."; - current -> "r16b_dump." + r16b -> "r16b_dump."; + current -> "r17b_dump." end. compat_rel(Rel) -> @@ -826,5 +828,6 @@ compat_rel(Rel) -> r13b -> "+R13 "; r14b -> "+R14 "; r15b -> "+R15 "; + r16b -> "+R16 "; current -> "" end. -- cgit v1.2.3