summaryrefslogtreecommitdiff
path: root/cesar/test_general
AgeCommit message (Collapse)Author
2012-11-30cesar/project/plc: add high level for ilramNélio Laranjeiro
Add missing CONFIG_ARCH_ILRAM_PRIO_HIGH and replace last CONFIG_ARCH_ILRAM_PRIO to CONFIG_ARCH_ILRAM_PRIO_LOW.
2012-11-29cesar/test_general/station/compliance: remove board compilationNélio Laranjeiro
2012-10-19cesar/cesar/test_general/station: use common config set, refs #3374Nélio Laranjeiro
2012-10-19cesar/{common,projects}: add default config set for plc project, refs #3374Nélio Laranjeiro
2012-09-20cesar/test_general/hard/ecos: adaptations to be up-to-dateJean-Philippe SAVE
- For each program, add hal module - For exception do not force uart config (let the default one)
2012-07-18cesar/bsu: fix deactivate/activate, closes #3060Nélio Laranjeiro
2012-07-18cesar/test_general/station/scenario: fix scenario 8, refs #2920Nélio Laranjeiro
2012-07-18cesar/test_general/station/scenario: fix scenario 3, refs #2920Nélio Laranjeiro
2012-05-30cesar/test_general/dataplane: add documentation, closes #2971Nélio Laranjeiro
2012-05-10cesar: AV code move to cp/av directory, refs #2928Thierry Carré
2012-04-06cesar/test_general/station/tonemap: fix scenario 1, refs #2995Nélio Laranjeiro
2012-03-12cesar/mac/sar: rename sar/inc/sar_context.h to sar/inc/context.h, refs #2981Nélio Laranjeiro
2012-03-12cesar/mac/sar: remove sar_init_measure_context function, refs #2981Nélio Laranjeiro
CE can register its callback and its user data in the same function, there is no need to use two different functions.
2012-02-23cesar/test_general/station/scenarion: compile maximus tooNélio Laranjeiro
2012-02-20cesar, cleopatre, common: new ipmbox design, closes #848IPMbox Team
2012-02-07cesar/test_general/maximus/integration: remove obsolete tests, refs #2943Nélio Laranjeiro
2012-02-06cesar: remove CONFIG_BLK_NB from Config files, refs #2925Yacine Belkadi
Since the commits related to #583: - CONFIG_BLK_NB is ignored if a "mem" boot parameter is passed to Cesar - the number of BLK is computed at runtime. This makes the presence of CONFIG_BLK_NB in some Config files confusing and misleading. Note that: - CONFIG_BLK_NB may still be used in the Config files of unit tests. - CONFIG_BLK_NB is still useful in the Config file if the hal/boot_params and hal/mem modules are not included.
2012-01-13cesar/test_general: add hide_sta () scenario, closes #2826Celine Buret
2011-12-20cesar/test_general/station/scenario: data rate is not testable, refs #2849Nélio Laranjeiro
Maximus is too slow to test a data rate.
2011-12-01cesar: wrong snid was expected in sc08 maximus test, closes #2848Thierry Carré
2011-11-29cesar/test_general/station/scenario: fix the python scenario testNélio Laranjeiro
The sniffer was only activated for TX MMEs.
2011-11-28cesar/test_general/station/cco0: remove empty directoryNélio Laranjeiro
2011-11-28cesar: update and move change NMK scenarioNélio Laranjeiro
2011-11-28cesar: update and move cco/s2 cm_nw_info test to scenarioThierry Carré
2011-11-28cesar: update and move igmp test to scenarioNélio Laranjeiro
Renamed in cleopatre_mme scpecification file the DRV_STA_SET_MCAST* to DRV_MCAST_SET All the source code uses DRV_MCAST_SET and it is not depending on the STA
2011-11-28cesar/test_general/cco0/s2: remove useless testsNélio Laranjeiro
2011-11-28cesar: update and move data rate test to scenarioNélio Laranjeiro
2011-11-28cesar: update and move cc0/s2 short_messages test to scenarioThierry Carré
2011-11-28cesar: move and update simple connect to scenarioNélio Laranjeiro
2011-11-28cesar: update and move bentry tests from cco0/s2 to scenarioNélio Laranjeiro
2011-11-28cesar: update and move cco0/s2 brige test to scenarioNélio Laranjeiro
2011-11-28cesar: update and move discover procedure scenario from cco0/s1 to scenarioNélio Laranjeiro
2011-11-28cesar: update and move cco0/s1/ cc_leave test to scenario directoryNélio Laranjeiro
2011-11-28cesar: update and moved cco0/s1 cc_who_ru to scenario directoryNélio Laranjeiro
2011-11-28cesar: add scenario for coexistenceNélio Laranjeiro
2011-11-28cesar: update cco0/s1 scenario 12 and 13 to scenario sc02 stas_communicationNélio Laranjeiro
2011-11-28cesar: add association authentication in scenario scriptsNélio Laranjeiro
2011-11-28cesar/test_general/station/scenario: prepare the directory for scenario testsNélio Laranjeiro
2011-11-28cesar/test_general/station/cco/s1: remove old useless test.Nélio Laranjeiro
Those tests are tested N times by others scenario scripts.
2011-11-28cesar/maximus/tools/csi: add snr functionNélio Laranjeiro
2011-11-02cesar/test_general/station/cco0/s2: remove internal.conf, refs #2770Nélio Laranjeiro
2011-11-02cesar/cp/cco/action: handle cco__all_sta_leaved in CCO_LEAVING, closes #2770Nélio Laranjeiro
When the CCo is in state CCO_LEAVING it should handle the cco__all_sta_leaved event to leave the branch. No handover is possible because there is no available station.
2011-09-23cesar/test_general/station/cco0/s2: change_nmk add internal.conf, refs #2524Nélio Laranjeiro
2011-09-22cesar/test_general: add a new scenario test for nmk change, closes #2524Nélio Laranjeiro
2011-09-07cesar/test_general/station/maximus: fix testsNicolas Schodet
2011-09-07cesar/test_general/station/tonemap: fix testsNicolas Schodet
2011-08-31cesar/{maximus,test}: close tap at unitialization, closes #244Celine Buret
- Create an uninitialization python function in csi, - Unitialize maximus at the end of the python scripts, - Set tap as non persistent, - Close tap at uninitialization.
2011-08-30cesar/test_general: removing station works, closes #137Celine Buret
2011-08-30cesar/test_general/station/maximus: add missing moduleNicolas Schodet
2011-08-30cesar/test_general/maximus/integration/interface-dp: fix testNicolas Schodet