Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add first golang-only test #1037

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 23, 2024

  1. Remove Viper from GenerateEveCerts

    This is related to lf-edge#855
    
    Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
    uncleDecart committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a818a46 View commit details
    Browse the repository at this point in the history
  2. Remove Viper from PutEveCerts

    Related to lf-edge#855
    
    Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
    uncleDecart committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a0d144e View commit details
    Browse the repository at this point in the history
  3. Remove from StopSDN

    Related to lf-edge#855
    
    Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
    uncleDecart committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    014d001 View commit details
    Browse the repository at this point in the history
  4. Remove viper from setupEdenScripts

    Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
    uncleDecart committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    41bac05 View commit details
    Browse the repository at this point in the history
  5. Remove unused function stopAdam

    Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
    uncleDecart committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0479cde View commit details
    Browse the repository at this point in the history
  6. NeoEden: Golang test only

    Just go to tests/sec and run go test
    
    Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
    uncleDecart committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    96517df View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Make bulid-tests work with newer testing lib

    We are using stubs for tests in escript, this will be not needed
    once NeoEden is merged
    
    Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
    uncleDecart committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    1be9d4e View commit details
    Browse the repository at this point in the history