From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 7 Jul 2016 11:12:53 -0600 Subject: [U-Boot] [PATCH 13/14] test/py: Fix up after the rename of CONFIG_SYS_HUSH_PARSER In-Reply-To: <1467560446-10628-14-git-send-email-sjg@chromium.org> References: <1467560446-10628-1-git-send-email-sjg@chromium.org> <1467560446-10628-14-git-send-email-sjg@chromium.org> Message-ID: <577E8D95.6060407@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/03/2016 09:40 AM, Simon Glass wrote: > At present all the hush tests are skipped on sandbox because the test thinks > that this option is disabled. In fact it has just been renamed. > > It might be better to use the full CONFIG_xxx name in tests with > @pytest.mark.buildconfigspec(), since at present it is not really clear that > the options are related. > > Fixes: f1f9d4fa (hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER) Oh, I sent almost a duplicate of this later: https://patchwork.ozlabs.org/patch/645376/ That one also fixes a similar issue due to the reset -> sysreset rename.