]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/manual: Remove bitbake-selftest execution
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Oct 2018 19:19:28 +0000 (20:19 +0100)
committerArmin Kuster <akuster808@gmail.com>
Sat, 6 Apr 2019 11:15:18 +0000 (16:45 +0530)
The autobuilder runs bitbake-selftest already so we don't need
to execute this manually.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oeqa/manual/oe-core.json

index 3e2f321240d1ab74cb2516a65ca099ccc92dcf8a..0e8f01a912392ac832dce80d16cb267c6d98e11f 100644 (file)
       },
       "summary": "test_bitbake_sane_error_for_invalid_layer"
     }
-  },
-  {
-    "test": {
-      "@alias": "oe-core.bitbake.Test_bitbake-selftest",
-      "author": [
-        {
-          "email": "jair.de.jesus.gonzalez.plascencia@intel.com",
-          "name": "jair.de.jesus.gonzalez.plascencia@intel.com"
-        }
-      ],
-      "execution": {
-        "1": {
-          "action": "clone poky ",
-          "expected_results": ""
-        },
-        "2": {
-          "action": "cd poky ",
-          "expected_results": ""
-        },
-        "3": {
-          "action": "source oe-init-build-env ",
-          "expected_results": ""
-        },
-        "4": {
-          "action": "bitbake-selftest -v\n",
-          "expected_results": "All test cases are executed and no errors are reported.\n"
-        }
-      },
-      "summary": "Test_bitbake-selftest"
-    }
   }
 ]
\ No newline at end of file