mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 18:55:18 +01:00
Merge pull request #7360 from ywk253100/190412_case
Remove the E2E test cases for replication
This commit is contained in:
commit
c88eeef07c
@ -61,7 +61,6 @@ install:
|
|||||||
LDAP; fi
|
LDAP; fi
|
||||||
script:
|
script:
|
||||||
- if [ "$UTTEST" == true ]; then bash ./tests/travis/ut_run.sh $IP; fi
|
- if [ "$UTTEST" == true ]; then bash ./tests/travis/ut_run.sh $IP; fi
|
||||||
# TODO(ChenDe): Enable API test when API test problems resolved
|
- if [ "$APITEST_DB" == true ]; then bash ./tests/travis/api_run.sh DB $IP; fi
|
||||||
#- if [ "$APITEST_DB" == true ]; then bash ./tests/travis/api_run.sh DB $IP; fi
|
- if [ "$APITEST_LDAP" == true ]; then bash ./tests/travis/api_run.sh LDAP $IP; fi
|
||||||
#- if [ "$APITEST_LDAP" == true ]; then bash ./tests/travis/api_run.sh LDAP $IP; fi
|
|
||||||
- if [ "$OFFLINE" == true ]; then bash ./tests/travis/distro_installer.sh; fi
|
- if [ "$OFFLINE" == true ]; then bash ./tests/travis/distro_installer.sh; fi
|
||||||
|
@ -80,6 +80,3 @@ func Init(closing chan struct{}) error {
|
|||||||
go registry.NewHealthChecker(time.Minute*5, closing).Run()
|
go registry.NewHealthChecker(time.Minute*5, closing).Run()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO ping target API is needed as other old replication instances will
|
|
||||||
// use that
|
|
||||||
|
@ -23,8 +23,8 @@ Test Case - Delete a Repository of a Certain Project Created by Normal User
|
|||||||
Harbor API Test ./tests/apitests/python/test_del_repo.py
|
Harbor API Test ./tests/apitests/python/test_del_repo.py
|
||||||
Test Case - Add a System Global Label to a Certain Tag
|
Test Case - Add a System Global Label to a Certain Tag
|
||||||
Harbor API Test ./tests/apitests/python/test_add_sys_label_to_tag.py
|
Harbor API Test ./tests/apitests/python/test_add_sys_label_to_tag.py
|
||||||
Test Case - Add Replication Rule
|
# Test Case - Add Replication Rule
|
||||||
Harbor API Test ./tests/apitests/python/test_add_replication_rule.py
|
# Harbor API Test ./tests/apitests/python/test_add_replication_rule.py
|
||||||
Test Case - Edit Project Creation
|
Test Case - Edit Project Creation
|
||||||
Harbor API Test ./tests/apitests/python/test_edit_project_creation.py
|
Harbor API Test ./tests/apitests/python/test_edit_project_creation.py
|
||||||
Test Case - Scan Image
|
Test Case - Scan Image
|
||||||
|
Loading…
Reference in New Issue
Block a user