Skip to content

Commit

Permalink
test: commented tests using builds and deprecated apis
Browse files Browse the repository at this point in the history
  • Loading branch information
smrutisenapati authored and ankitrgadiya committed Sep 21, 2023
1 parent 723ecdd commit 9d275dd
Show file tree
Hide file tree
Showing 5 changed files with 553 additions and 831 deletions.
16 changes: 9 additions & 7 deletions sdk_test/jsons/packages/talker-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "talker-docker",
"packageVersion": "v1.0.0",
"description": "talker-docker sdk test package",
"bindable": true,
"plans": [
{
"name": "default",
Expand All @@ -26,24 +27,25 @@
"ros_distro": "melodic"
},
"requiredRuntime": "device",
"restart_policy": "no",
"architecture": "amd64",
"executables": [
{
"name": "talkerExec",
"gitExecutable": {
"repository": "https://github.com/bhuvanchandra/ros_talker_py.git",
"strategyType": "Source",
"dockerFilePath": "",
"contextDir": ""
"simulationOptions": {
"simulation": false
},
"cmd": [
"roslaunch talker talker.launch"
]
],
"docker": "quay.io/rapyuta/io_tutorials:latest"
}
],
"parameters": []
"parameters": [],
"rosBagJobDefs": []
}
],
"includePackages": [],
"dependentDeployments": [],
"exposedParameters": [],
"inboundROSInterfaces": {
Expand Down
285 changes: 0 additions & 285 deletions sdk_test/package/build_tests.py

This file was deleted.

Loading

0 comments on commit 9d275dd

Please sign in to comment.